|
|
@@ -209,7 +209,7 @@ public class LifeCouponPlatformServiceImpl extends ServiceImpl<LifeCouponMapper,
|
|
|
|
|
|
|
|
|
if (coupon.getStatus() == 1) {
|
|
|
- if (coupon.getDataType().equals("0")) {
|
|
|
+ if (coupon.getDataType() == 0) {
|
|
|
dtoRecord.setReviewType("待审核");
|
|
|
}
|
|
|
} else if (coupon.getStatus() == 2 || coupon.getStatus() == 4 || coupon.getStatus() == 5 || coupon.getStatus() == 6 || coupon.getStatus() == 7 ) {
|