三方客户

master
e 2018-09-16 11:25:57 +08:00
parent 194f221776
commit 17726883d4
1 changed files with 4 additions and 0 deletions

View File

@ -536,7 +536,11 @@ public class WmOmNoticeHController extends BaseController {
String datecuso[]= wmOmNoticeH.getOcusCode().split("-");
MdCusOtherEntity mdcusother = systemService.findUniqueByProperty(MdCusOtherEntity.class, "keHuBianMa", datecuso[0]);
if (mdcusother != null) {
wmOmNoticeH.setOcusCode(datecuso[0]);
wmOmNoticeH.setOcusName(mdcusother.getZhongWenQch());
}else{
wmOmNoticeH.setOcusName(wmOmNoticeH.getOcusCode());
}
}