generated from root/miduo_server
log
parent
5917401893
commit
4811b4b200
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue