From 8876c234904459d038a2b282b3fdc30e006f9925 Mon Sep 17 00:00:00 2001 From: wujian <14790700720@163.com> Date: 星期日, 18 八月 2024 14:21:40 +0800 Subject: [PATCH] fix8-气动打码 --- jcdm-main/src/main/resources/mapper/da/passingStationCollection/ProductNewPassStationMapper.xml | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/jcdm-main/src/main/resources/mapper/da/passingStationCollection/ProductNewPassStationMapper.xml b/jcdm-main/src/main/resources/mapper/da/passingStationCollection/ProductNewPassStationMapper.xml index ec6eb26..99a5d05 100644 --- a/jcdm-main/src/main/resources/mapper/da/passingStationCollection/ProductNewPassStationMapper.xml +++ b/jcdm-main/src/main/resources/mapper/da/passingStationCollection/ProductNewPassStationMapper.xml @@ -88,6 +88,16 @@ <if test="balanceCode != null">and balance_code = #{balanceCode}</if> </where> </select> + <select id="getProductPassStationListByEngineList" + resultMap="ProductNewPassStationResult"> + <include refid="selectProductNewPassStationVo"/> + <where> + sfc_code in + <foreach collection="engineNoList" item="sfcCode" open="(" separator="," close=")"> + #{sfcCode} + </foreach> + </where> + </select> </mapper> \ No newline at end of file -- Gitblit v1.9.3