getAllCompletionCount integer
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user