搬家任务相关

20230922-ljl-fixBug
qiushengjie 1 year ago
parent b5d9810964
commit dabe474c2b

@ -31,7 +31,7 @@
limit #{limit}
</select>
<select id="count" resultMap="int">
<select id="count" resultMap="java.lang.Integer">
select
count(1)
from material_audit_status_buffer

@ -26,7 +26,7 @@
</sql>
<select id="count" resultMap="int">
<select id="count" resultMap="java.lang.Integer">
select
count(1)
from move_product_publish_queue
@ -49,7 +49,7 @@
</insert>
<select id="count" resultMap="int">
<select id="count" resultMap="java.lang.Integer">
select
count(*)
from move_product_publish_queue

Loading…
Cancel
Save