Commit 9e571a11 by huluobin

update

parent 0de2e153
......@@ -26,4 +26,5 @@ public class CheckCostListReq {
Integer status;
private String costNo;
}
......@@ -91,7 +91,6 @@ public class CostTemplate implements Serializable {
public boolean shouldFinancialAutoCheck(CostDomain cost) {
return enableAutoReview && enableFinancialAutoReview && !isDefault
// && !cost.getCompanyName().contains("工会")
;
}
......
......@@ -68,10 +68,6 @@ public abstract class CostState {
}
public CostContext getCostContext() {
return costContext;
}
public void setCostContext(CostContext costContext) {
this.costContext = costContext;
}
......
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