Commit f9f43c02 by leialin

Merge branch 'lal' into 'develop'

提交

See merge request 8timerv2/8timerapiv200!152
parents b2321e6b c0ec5f39
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
<if test="param.text != null and param.text != ''" > <if test="param.text != null and param.text != ''" >
and (info.`name` like CONCAT('%',#{param.text},'%') or info.emp_num = #{param.text}) and (info.`name` like CONCAT('%',#{param.text},'%') or info.emp_num = #{param.text})
</if> </if>
ORDER BY dkjl.id ASC ORDER BY dkjl.id DESC
</select> </select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment