Compare commits
2 Commits
7144937b6a
...
5c51c1400d
Author | SHA1 | Date |
---|---|---|
|
5c51c1400d | |
|
24d19ebc62 |
|
@ -70,7 +70,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<if test='activeTags == "jxz"'> and (ppc.approve_status != '100' or ppc.check_result is null or ppc.check_result != '1')</if>
|
||||
<if test='activeTags == "jwc"'> and ppc.approve_status = '100' and ppc.check_result = '1'</if>
|
||||
</if>
|
||||
<if test="remark!=null and remark='lastWeek'">
|
||||
<if test="remark!=null and remark=='lastWeek'">
|
||||
and ppc.checking_date BETWEEN
|
||||
DATE_FORMAT(CURDATE() - INTERVAL (WEEKDAY(CURDATE()) ) DAY, '%Y-%m-%d 00:00:00')
|
||||
AND
|
||||
|
|
Loading…
Reference in New Issue