admin
2 天以前 682919cdb4229973a4917bdb3cb876ec6d5b574a
jcdm-main/src/main/resources/mapper/da/paramCollectionTemp/DaParamCollectionTempMapper.xml
@@ -170,6 +170,10 @@
        delete from da_param_collection_temp where id = #{id}
    </delete>
    <delete id="deleteDaParamCollectionTempBySfcCodeAndLocationCode" parameterType="DaParamCollectionTemp">
        delete from da_param_collection_temp where sfc_code = #{sfcCode} and location_code = #{locationCode}
    </delete>
    <delete id="deleteDaParamCollectionTempByIds" parameterType="String">
        delete from da_param_collection_temp where id in 
        <foreach item="id" collection="array" open="(" separator="," close=")">