|
|
|
@@ -448,6 +448,7 @@ public class WxPayOrderServiceImpl implements WxPayOrderService { |
|
|
|
} |
|
|
|
|
|
|
|
int sqlRow = wxPayOrderMapper.insert(record); |
|
|
|
record.setCreatPay(true); |
|
|
|
if (sqlRow != 1) { |
|
|
|
logger.error("pay order insert error: " + record.toString()); |
|
|
|
throw new MallinkException(ErrorCode.DB_FAIL); |
|
|
|
|