|
@@ -751,7 +751,7 @@ public class GLPPGFWebsitWorkerServiceImpl implements GLPPGFWebsitWorkerService
|
|
if (flag){
|
|
if (flag){
|
|
v.setStatus("ON");
|
|
v.setStatus("ON");
|
|
}
|
|
}
|
|
- if (m.getCreatedBy() != null){
|
|
|
|
|
|
+ /*if (m.getCreatedBy() != null){
|
|
v.setCreateBy(m.getCreatedBy());
|
|
v.setCreateBy(m.getCreatedBy());
|
|
}
|
|
}
|
|
if (m.getCreatedDate() != null){
|
|
if (m.getCreatedDate() != null){
|
|
@@ -762,7 +762,7 @@ public class GLPPGFWebsitWorkerServiceImpl implements GLPPGFWebsitWorkerService
|
|
}
|
|
}
|
|
if (m.getLastModifiedDate() != null){
|
|
if (m.getLastModifiedDate() != null){
|
|
v.setUpdateTime(m.getLastModifiedDate());
|
|
v.setUpdateTime(m.getLastModifiedDate());
|
|
- }
|
|
|
|
|
|
+ }*/
|
|
v.setGender(m.getXingb());
|
|
v.setGender(m.getXingb());
|
|
v.setMobile(m.getYddh().trim());
|
|
v.setMobile(m.getYddh().trim());
|
|
v.setIdcard(m.getSfzen().trim());
|
|
v.setIdcard(m.getSfzen().trim());
|