getAllCompletionCount integer

This commit is contained in:
苏竹红
2024-04-28 14:20:58 +08:00
parent 0dfa16b00c
commit 694793b421

View File

@@ -58,9 +58,9 @@
</if>
</select>
<select id="getAllCompletionCount" resultMap="BaseResultMap">
<select id="getAllCompletionCount" resultType="java.lang.Integer">
select
<include refid="allColumn"/>
count(1)
from
xfsg_shop_stage_info
where