Commit 0525428d authored by suntao's avatar suntao

审批 待审批逻辑控制 修改 opt表

parent cb157c1c
......@@ -732,7 +732,7 @@ public class OrderServiceImpl implements OrderService{
return tuple;
case "APPROVE_ING" :
OptHistoryLog optHistoryLog = optHistoryLogService.findByChannelOrderNumberAndOptNameAndSuccess(orderMapping.getChannelOrderNo(), OptEnumName.AUDIT);
if (optHistoryLog == null) {
if (optHistoryLog != null) {
tuple.setKey("审批中");
tuple.setValue(buttonList);
} else {
......
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