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>