|
@@ -705,6 +705,10 @@ public class GLPPGFWebsitWorkerServiceImpl implements GLPPGFWebsitWorkerService
|
|
private void addWorkerInfo(List<Worker> addWorkerRec, ItfTblWangdianWxgDownload m,Boolean flag) {
|
|
private void addWorkerInfo(List<Worker> addWorkerRec, ItfTblWangdianWxgDownload m,Boolean flag) {
|
|
Worker v = new Worker();
|
|
Worker v = new Worker();
|
|
v.setWorkerId(IdWorker.getIdStr());
|
|
v.setWorkerId(IdWorker.getIdStr());
|
|
|
|
+
|
|
|
|
+ if (m.getWxgmc()==null){
|
|
|
|
+ log.info("维修工数据: {}",JSONObject.toJSONString(m));
|
|
|
|
+ }
|
|
v.setWorkerName(m.getWxgmc().trim());
|
|
v.setWorkerName(m.getWxgmc().trim());
|
|
v.setCreateBy("system");
|
|
v.setCreateBy("system");
|
|
v.setUpdateBy("system");
|
|
v.setUpdateBy("system");
|