From 95786582ad848ba99ebcc716c6ecf24e90f8c3d5 Mon Sep 17 00:00:00 2001 From: zhuo <2089219845@qq.com> Date: 星期一, 19 五月 2025 10:29:08 +0800 Subject: [PATCH] 工时添加判断是否有检验值,没有检验值默认填充工时 --- inspect-server/src/main/resources/mapper/InsProductResultMapper.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/inspect-server/src/main/resources/mapper/InsProductResultMapper.xml b/inspect-server/src/main/resources/mapper/InsProductResultMapper.xml index 0a42c74..519d61a 100644 --- a/inspect-server/src/main/resources/mapper/InsProductResultMapper.xml +++ b/inspect-server/src/main/resources/mapper/InsProductResultMapper.xml @@ -31,7 +31,8 @@ <!-- 鏍规嵁璁㈠崟id鏌ヨ妫�楠岀粨鏋� --> <select id="selectResultByOrderId" resultType="com.ruoyi.inspect.pojo.InsProductResult"> - select ipr.equip_value + select ipr.equip_value, + ipr.create_user from ins_product_result ipr left join ins_product ip on ip.id = ipr.ins_product_id left join ins_sample is2 on is2.id = ip.ins_sample_id -- Gitblit v1.9.3