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