...
|
...
|
@@ -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">
|
...
|
...
|
|