Commit a91a6d46 authored by suhuiguang's avatar suhuiguang

1.作废功能进行流程作废时-自测bug

parent b3e5cdc6
......@@ -54,7 +54,7 @@ public class CancellationEventListener {
private Boolean checkEquipIsUsed(String record) {
Integer useTime = commonMapper.countEquipInUseTimesWithOutZF(record);
return useTime <= 0;
return useTime > 0;
}
@PostConstruct
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment