Commit 4ba35ebe by yangliang

Merge branch 'ythcj_hunanhb' of http://39.99.224.27:9022/yangliang/hnxtbaboot into ythcj_hunanhb

parents 1383ef93 9c36b4a3
......@@ -1111,8 +1111,8 @@ public class ZjController {
synchro.setP_strSEX_ID(zj.getXbdm());
synchro.setP_strAGE(nl);
synchro.setP_strhigh(zj.getSgsx());
synchro.setP_strAddress(zj.getXzzDzmc());
synchro.setP_strRY_UNIT(zj.getHjdzXzqhmc());
synchro.setP_strAddress(StringUtils.isBlank(zj.getXzzDzmc())?"无":zj.getXzzDzmc());
synchro.setP_strRY_UNIT(StringUtils.isBlank(zj.getHjdzXzqhmc() )?"无":zj.getHjdzXzqhmc() );
synchro.setP_strSF_CODE(sfzh);
synchro.setP_strBIRTHDAY(zj.getCsrqQsrqStr());
if (StringUtils.isNotBlank(zj.getZhsjStr())) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment