master
parent
2bdb69ccbc
commit
fc7c87d8f4
|
@ -9,7 +9,7 @@
|
|||
select * from t_merch
|
||||
<where>
|
||||
<if test="barCode!=null and barCode!=''">
|
||||
and bat_code like concat('%',#{barCode},'%')
|
||||
and bar_code like concat('%',#{barCode},'%')
|
||||
</if>
|
||||
<if test="merchNum!=null">
|
||||
and merch_num = #{merchNum}
|
||||
|
|
Binary file not shown.
|
@ -9,7 +9,7 @@
|
|||
select * from t_merch
|
||||
<where>
|
||||
<if test="barCode!=null and barCode!=''">
|
||||
and bat_code like concat('%',#{barCode},'%')
|
||||
and bar_code like concat('%',#{barCode},'%')
|
||||
</if>
|
||||
<if test="merchNum!=null">
|
||||
and merch_num = #{merchNum}
|
||||
|
|
Loading…
Reference in New Issue