|
|
@@ -162,7 +162,7 @@ public class WxParamUtil {
|
|
|
*/
|
|
|
public static Date getOrderDueDate(Integer accountPeriod) {
|
|
|
Date nowDate = new Date();
|
|
|
- if (ObjectUtil.isNotEmpty(accountPeriod)) {
|
|
|
+ if (ObjectUtil.isEmpty(accountPeriod)) {
|
|
|
return nowDate;
|
|
|
}
|
|
|
long sevenDays = accountPeriod * 24 * 60 * 60 * 1000L;
|