|
@@ -2028,8 +2028,10 @@ public class RuralProjectMessageNewService extends CrudService<RuralProjectMessa
|
|
reported.setLeaderNameStr(records.getLeaderNameStr());
|
|
reported.setLeaderNameStr(records.getLeaderNameStr());
|
|
if(null != records.getWorkContractInfo()){
|
|
if(null != records.getWorkContractInfo()){
|
|
reported.setZiXunHTBH(records.getWorkContractInfo().getContractNum());
|
|
reported.setZiXunHTBH(records.getWorkContractInfo().getContractNum());
|
|
- reported.setWeiTuoDW(records.getWorkContractInfo().getClient().getName());
|
|
|
|
- reported.setLianXiDH(records.getWorkContractInfo().getClient().getTelephone());
|
|
|
|
|
|
+ if (null != records.getWorkContractInfo().getClient()){
|
|
|
|
+ reported.setWeiTuoDW(records.getWorkContractInfo().getClient().getName());
|
|
|
|
+ reported.setLianXiDH(records.getWorkContractInfo().getClient().getTelephone());
|
|
|
|
+ }
|
|
}
|
|
}
|
|
reported.setDangABH(records.getReportData().getNumber());
|
|
reported.setDangABH(records.getReportData().getNumber());
|
|
|
|
|