|
@ -121,7 +121,7 @@ |
|
|
</select> |
|
|
</select> |
|
|
<select id="selectBySid" resultType="java.lang.Integer"> |
|
|
<select id="selectBySid" resultType="java.lang.Integer"> |
|
|
SELECT COUNT(*) |
|
|
SELECT COUNT(*) |
|
|
FROM base_internal_purchase |
|
|
FROM scm_finance_adjust_apply |
|
|
WHERE nodeState != '待提交' |
|
|
WHERE nodeState != '待提交' |
|
|
and find_in_set(sid, #{list}) |
|
|
and find_in_set(sid, #{list}) |
|
|
</select> |
|
|
</select> |
|
|