Commit 520ad28e by huluobin

# 周转

parent fee18272
...@@ -369,7 +369,6 @@ public abstract class AbstractCostService implements CostService { ...@@ -369,7 +369,6 @@ public abstract class AbstractCostService implements CostService {
// //
if (!costDomain.getCostStatus().equals(CostDomain.STATUS_UN_PAY)) { if (!costDomain.getCostStatus().equals(CostDomain.STATUS_UN_PAY)) {
return; return;
// throw new BizRuntimeException("invalid status");
} }
//驳回 //驳回
......
...@@ -127,7 +127,7 @@ ...@@ -127,7 +127,7 @@
<appender-ref ref="INFO"/> <appender-ref ref="INFO"/>
</logger> </logger>
<root level="INFO" additivity="false"> <root level="DEBUG" additivity="false">
<appender-ref ref="STDOUT"/> <appender-ref ref="STDOUT"/>
</root> </root>
</springProfile> </springProfile>
......
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