feat:云之家回写代码优化,增加日志
This commit is contained in:
parent
bdd2761c16
commit
8927475eab
@ -85,7 +85,7 @@ public class YZJAuditController {
|
||||
}
|
||||
DynamicObject formType = yem_ia_intebilllogon.getDynamicObject("yem_formid");
|
||||
String bos_entityobjectnum;
|
||||
if (YEM.isNotEmpty(formType)) {
|
||||
if (formType != null) {
|
||||
bos_entityobjectnum = formType.getString("number");
|
||||
} else {
|
||||
return CustomApiResult.fail("501", "智能审批单据注册:" + yem_ia_intebilllogon.getString("billno") + ",中单据类为空!");
|
||||
|
Loading…
Reference in New Issue
Block a user