bug
This commit is contained in:
@ -92,12 +92,6 @@ public class TransferDataController {
|
|||||||
// if(CollectionUtil.isNotEmpty(list)){
|
// if(CollectionUtil.isNotEmpty(list)){
|
||||||
// continue;
|
// continue;
|
||||||
// }
|
// }
|
||||||
if (oldAttendance.getProjectId() == 60){
|
|
||||||
oldAttendance.setProjectId(1897160897167638529L);
|
|
||||||
}
|
|
||||||
if (oldAttendance.getProjectId() == 59){
|
|
||||||
oldAttendance.setProjectId(1897161054676336641L);
|
|
||||||
}
|
|
||||||
|
|
||||||
BusAttendance busAttendance = new BusAttendance();
|
BusAttendance busAttendance = new BusAttendance();
|
||||||
|
|
||||||
@ -112,7 +106,14 @@ public class TransferDataController {
|
|||||||
|
|
||||||
busAttendance.setUserName(constructionUserCopy.getUserName());
|
busAttendance.setUserName(constructionUserCopy.getUserName());
|
||||||
busAttendance.setUserId(constructionUserCopy.getSysUserId());
|
busAttendance.setUserId(constructionUserCopy.getSysUserId());
|
||||||
// busAttendance.setProjectId(constructionUserCopy.getProjectId());
|
|
||||||
|
if (oldAttendance.getProjectId() == 60){
|
||||||
|
busAttendance.setProjectId(1897160897167638529L);
|
||||||
|
}
|
||||||
|
if (oldAttendance.getProjectId() == 59){
|
||||||
|
busAttendance.setProjectId(1897161054676336641L);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// 转换日期字段
|
// 转换日期字段
|
||||||
busAttendance.setClockDate(clockDate);
|
busAttendance.setClockDate(clockDate);
|
||||||
|
Reference in New Issue
Block a user