@@ -391,7 +391,7 @@ public class CommonCostEvent extends BaseController {
try {
String flowInstanceId = flowInstance.get("id").toString();
CommonCostDO entity = commonCostService.findByInstanceId(flowInstanceId);
- if (entity != null && entity.getDybx()==1) {
+ if (entity != null && StringUtils.isNotBlank(entity.getBz3())) {
return "true";
}
return "false";