搬家任务相关

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

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

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

Loading…
Cancel
Save