md
This commit is contained in:
parent
ef8e025230
commit
170ca696ba
@ -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
|
||||
(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user