update code
parent
b2fd820f2c
commit
512dbc3062
|
@ -74,7 +74,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
<if test='nowRole == "15" or nowRole == "16" or nowRole == "17"'> and fl.approve_status in ('11','20','30','31','100')</if>
|
<if test='nowRole == "15" or nowRole == "16" or nowRole == "17"'> and fl.approve_status in ('11','20','30','31','100')</if>
|
||||||
</if>
|
</if>
|
||||||
</where>
|
</where>
|
||||||
order by fl.approve_status desc, fl.id asc
|
order by fl.approve_status desc, fl.id desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="findGroupCountByApprove" parameterType="FlowLabourInfo" resultType="Map">
|
<select id="findGroupCountByApprove" parameterType="FlowLabourInfo" resultType="Map">
|
||||||
|
|
Loading…
Reference in New Issue