|
@ -74,7 +74,7 @@ |
|
|
<select id="selCountByCustomerSid" resultType="java.lang.Integer"> |
|
|
<select id="selCountByCustomerSid" resultType="java.lang.Integer"> |
|
|
SELECT COUNT(*) |
|
|
SELECT COUNT(*) |
|
|
FROM crm_maintenanceenterprise_record |
|
|
FROM crm_maintenanceenterprise_record |
|
|
WHERE nodeState != '待提交' and isDelete = '0' and customerSid = #{customerSid} |
|
|
WHERE isDelete = '0' and customerSid = #{customerSid} |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|
<update id="updateFlowFiled"> |
|
|
<update id="updateFlowFiled"> |
|
|