|
@@ -94,6 +94,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
|
<select id="getCaseLog" parameterType="LawenforcementCase" resultType="java.lang.Integer">
|
|
|
select count(id) from lawenforcement_case_log
|
|
|
- where dept_id = #{deptId} and case_id = #{id} and (state = 'state_4' or state = 'state_5')
|
|
|
+ where dept_id = #{deptId} and case_id = #{id} and (state = 'state_6' or state = 'state_7')
|
|
|
</select>
|
|
|
</mapper>
|