Authored by mali

货架号查询是否重复

... ... @@ -11,7 +11,7 @@
id, shelf_code, status
</sql>
<select id="selectShelfCodesByShelfCodes" resultType="java.util.List">
<select id="selectShelfCodesByShelfCodes" resultType="java.lang.String">
select shelf_code
from deposit_shelf_code where 1=1
<if test="shelfCodeList != null and shelfCodeList.size()>0">
... ...