jcdm-main/src/main/resources/mapper/da/paramCollection/DaParamCollectionMapper.xml
@@ -53,7 +53,14 @@ <include refid="selectDaParamCollectionVo"/> where id = #{id} </select> <select id="getListBySfcCode" resultMap="DaParamCollectionResult"> <include refid="selectDaParamCollectionVo"/> where sfc_code in <foreach collection="engineNoList" open="(" close=")" item="code" separator=","> #{code} </foreach> </select> <insert id="insertDaParamCollection" parameterType="DaParamCollection"> insert into da_param_collection <trim prefix="(" suffix=")" suffixOverrides=",">