update code

dev_xds
haha 2024-05-27 23:49:16 +08:00
parent b2fd820f2c
commit 512dbc3062
1 changed files with 1 additions and 1 deletions

View File

@ -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">