master
gaojie 2019-03-15 17:50:40 +08:00
parent 5917401893
commit 4811b4b200
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ public class RechargeController {
CPayOrder cPayOrder = cuserDao.getCpayOrderByOrderId(pOrderId);
ResultVo resultVo;
if (cPayOrder != null) {
LOGGER.info("deliveryGoods==>creditId={},uId={} pOrderId is exit!!!",creditId,cUserInfo.getUserId());
resultVo = new ResultVo("0000", "send reward success !!!!");
} else {
DateFormat dateTimeformat = new SimpleDateFormat("yyyy-MM-dd hh:mm:ss");