Commit 615c9512 authored by wangzb's avatar wangzb

feature-wzb :bug修复

parent befd50bf
...@@ -247,6 +247,7 @@ ...@@ -247,6 +247,7 @@
or (datediff(#{pp}, b.EMP_BIRTHDAY) = 0 and b.EMP_SEX = '2')) or (datediff(#{pp}, b.EMP_BIRTHDAY) = 0 and b.EMP_SEX = '2'))
and b.FILE_STATUS = 0 and a.EMP_NATRUE in ('0','1','3') and b.FILE_STATUS = 0 and a.EMP_NATRUE in ('0','1','3')
and a.PROJECT_STATUS = 0 and a.PROJECT_STATUS = 0
and a.DELETE_FLAG=0
GROUP BY a.EMP_IDCARD, GROUP BY a.EMP_IDCARD,
a.DEPT_NO a.DEPT_NO
</select> </select>
......
...@@ -24,7 +24,7 @@ import java.util.List; ...@@ -24,7 +24,7 @@ import java.util.List;
/** /**
* @author licancan * @author licancan
* @description 对接ekp订 * @description 对接ekp订
* @date 2022-08-31 15:35:20 * @date 2022-08-31 15:35:20
*/ */
@Log4j2 @Log4j2
......
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