This commit is contained in:
linfso 2024-05-31 09:08:10 +08:00
parent ef8e025230
commit 170ca696ba

View File

@ -149,7 +149,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="checkUnique" parameterType="EmisSpecialCalcWeight" resultType="int">
select count(1) from emis_special_calc_weight
where del_flag='0'
<if test="id != null">id!=#{id}</if>
<if test="id != null"> and id!=#{id} </if>
and prod_code = #{prodCode}
and
(