|
@@ -442,7 +442,7 @@ public class GLPPGFWebsitWorkerServiceImpl implements GLPPGFWebsitWorkerService
|
|
|
v.setUpdateBy("system");
|
|
|
v.setCreateTime(new Date());
|
|
|
v.setUpdateTime(new Date());
|
|
|
- if (m.getCreatedBy() != null){
|
|
|
+ /*if (m.getCreatedBy() != null){
|
|
|
v.setCreateBy(m.getCreatedBy());
|
|
|
}
|
|
|
if (m.getCreatedDate() != null){
|
|
@@ -453,7 +453,7 @@ public class GLPPGFWebsitWorkerServiceImpl implements GLPPGFWebsitWorkerService
|
|
|
}
|
|
|
if (m.getLastModifiedDate() != null){
|
|
|
v.setUpdateTime(m.getLastModifiedDate());
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
v.setWorkerName(workerIdCardMap.get(m.getSfzen()).get(0).getWorkerName());
|
|
|
|
|
@@ -573,7 +573,7 @@ public class GLPPGFWebsitWorkerServiceImpl implements GLPPGFWebsitWorkerService
|
|
|
add.setUpdateBy("system");
|
|
|
add.setCreateTime(new Date());
|
|
|
add.setUpdateTime(new Date());
|
|
|
- if (m.getCreatedBy() != null){
|
|
|
+ /*if (m.getCreatedBy() != null){
|
|
|
add.setCreateBy(m.getCreatedBy());
|
|
|
}
|
|
|
if (m.getCreatedDate() != null){
|
|
@@ -584,7 +584,7 @@ public class GLPPGFWebsitWorkerServiceImpl implements GLPPGFWebsitWorkerService
|
|
|
}
|
|
|
if (m.getLastModifiedDate() != null){
|
|
|
add.setUpdateTime(m.getLastModifiedDate());
|
|
|
- }
|
|
|
+ }*/
|
|
|
add.setOutSyncTime(new Date());
|
|
|
addwbas.add(add);
|
|
|
return add;
|