| | |
| | | || coupon.getType()==null |
| | | ||coupon.getLimitPrice()==null |
| | | ||coupon.getPrice()==null |
| | | ||coupon.getUseType() ==null |
| | | ||coupon.getNum()==null |
| | | ||(coupon.getUseType() ==0 &&( |
| | | coupon.getStartDate()==null |
| | | ||coupon.getEndDate()==null |
| | | )) |
| | | ||(coupon.getUseType() ==1 &&( |
| | | coupon.getValidDays()==null |
| | | || coupon.getValidDays()<=0 |
| | | )) |
| | | /* ||coupon.getIntegral()==null*/ |
| | | ||coupon.getStartDate()==null |
| | | ||coupon.getEndDate()==null |
| | | // ||coupon.getStartDate()==null |
| | | // ||coupon.getEndDate()==null |
| | | // ||coupon.getValidDays()==null |
| | | |
| | | ){ |