考勤修改 审核流程修改
This commit is contained in:
parent
d9edbae9ff
commit
266d36561e
|
|
@ -526,7 +526,7 @@
|
|||
|
||||
<update id="updateAttDetailsDataExamine">
|
||||
<foreach collection="list" item="params" separator=";">
|
||||
<if test="currentAuditStatus == 0">
|
||||
<if test="params.currentAuditStatus == 0">
|
||||
update att_data_update set reviewer_status = #{params.reviewerStatus},
|
||||
manager_audit_id = #{params.managerAuditId}, manager_audit_time = #{params.managerAuditTime},
|
||||
manager_audit_status = #{params.managerAuditStatus}
|
||||
|
|
@ -539,7 +539,7 @@
|
|||
where user_id = #{params.userId} and org_id = #{params.orgId} and att_type = 2
|
||||
and att_current_day = #{params.attCurrentDay}
|
||||
</if>
|
||||
<if test="currentAuditStatus == 3">
|
||||
<if test="params.currentAuditStatus == 3">
|
||||
update att_data_update set reviewer_status = #{params.reviewerStatus},
|
||||
hr_audit_id = #{params.hrAuditId}, hr_audit_time = #{params.hrAuditTime},
|
||||
hr_audit_status = #{params.hrAuditStatus}
|
||||
|
|
|
|||
23
pom.xml
23
pom.xml
|
|
@ -228,7 +228,7 @@
|
|||
|
||||
<profiles>
|
||||
|
||||
<profile>
|
||||
<!--<profile>
|
||||
<id>fly_dev</id>
|
||||
<properties>
|
||||
<profiles.active>gz_attendance_fl</profiles.active>
|
||||
|
|
@ -238,34 +238,41 @@
|
|||
<activation>
|
||||
<activeByDefault>true</activeByDefault>
|
||||
</activation>
|
||||
</profile>
|
||||
|
||||
</profile>-->
|
||||
<profile>
|
||||
<id>gz_attendance_dev</id>
|
||||
<properties>
|
||||
<profiles.active>gz_attendance_dev</profiles.active>
|
||||
<nacos.server>127.0.0.1:8848</nacos.server>
|
||||
<name.space>gz_attendance_dev</name.space>
|
||||
</properties>
|
||||
</profile>
|
||||
<!--<profile>
|
||||
<id>fly_test</id>
|
||||
<properties>
|
||||
<profiles.active>gz_att_fly_test</profiles.active>
|
||||
<nacos.server>192.168.0.14:8848</nacos.server>
|
||||
<name.space>gz_att_fly_test</name.space>
|
||||
</properties>
|
||||
</profile>
|
||||
</profile>-->
|
||||
|
||||
<profile>
|
||||
<!--<profile>
|
||||
<id>test</id>
|
||||
<properties>
|
||||
<profiles.active>gz_attendance_test</profiles.active>
|
||||
<nacos.server>192.168.0.14:8848</nacos.server>
|
||||
<name.space>gz_attendance_test</name.space>
|
||||
</properties>
|
||||
</profile>
|
||||
</profile>-->
|
||||
|
||||
<profile>
|
||||
<!--<profile>
|
||||
<id>gz_att_prod</id>
|
||||
<properties>
|
||||
<profiles.active>gz_att_prod</profiles.active>
|
||||
<nacos.server>10.1.0.142:8848</nacos.server>
|
||||
<name.space>gz_att_prod</name.space>
|
||||
</properties>
|
||||
</profile>
|
||||
</profile>-->
|
||||
|
||||
<!-- <profile>-->
|
||||
<!-- <id>zys_dev</id>-->
|
||||
|
|
|
|||
Loading…
Reference in New Issue