diff --git a/src_tenwa/com/tenwa/lease/flow/project/commcheck/DiscountCheck.java b/src_tenwa/com/tenwa/lease/flow/project/commcheck/DiscountCheck.java index e57503700..fe04d5a77 100644 --- a/src_tenwa/com/tenwa/lease/flow/project/commcheck/DiscountCheck.java +++ b/src_tenwa/com/tenwa/lease/flow/project/commcheck/DiscountCheck.java @@ -35,6 +35,9 @@ public class DiscountCheck extends DefaultBussinessCheck{ setPass(false); } } + }else{ + putMsg("ͨ¹ý"); + setPass(true); } return null; }