|
@@ -454,6 +454,7 @@
|
|
|
where s.is_del = 'N'
|
|
|
and d.dept_id = #{deptId}
|
|
|
<if test="xmxsmc != null and xmxsmc != ''">and s.xmxsmc = #{xmxsmc}</if>
|
|
|
+ <if test="progress != null and progress != ''">and find_in_set(s.progress , #{progress})</if>
|
|
|
<if test="cjdId != null ">and cjd_id = #{cjdId}</if>
|
|
|
<if test="params.beginTime != null and params.beginTime != ''"><!-- 开始时间检索 -->
|
|
|
AND date_format(s.create_time,'%y%m%d') >= date_format(#{params.beginTime},'%y%m%d')
|