--优化付款单点击业务大类报错

s
This commit is contained in:
weiyunlong 2025-05-13 14:08:21 +08:00
parent ccb3e0316c
commit 167cb4570a
1 changed files with 4 additions and 0 deletions

View File

@ -60,6 +60,10 @@ public class ClaimFormPlugin extends AbstractFormPlugin implements Plugin , Befo
break;
case "shjh_bizbig":
//业务大类根据收款类型过滤
//非认领单,取消逻辑
if ("cas_claimbill".equals(entityId)){
return;
}
QFilter q2 = null;
DynamicObject recpaytype = this.getModel().getDataEntity().getDynamicObject("recpaytype");
if (null != recpaytype) {