动游发货修改

master
lvxinran 2021-08-13 14:25:04 +08:00
parent df3ba41d46
commit 80a665d144
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ public class DyRechargeController {
jsonObject.addProperty("msg","fail"); jsonObject.addProperty("msg","fail");
return jsonObject; return jsonObject;
} }
insertOrder(paramBean); jsonObject = insertOrder(paramBean);
}catch (Exception e) { }catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
LOGGER.info("callback==>err " + e.toString()); LOGGER.info("callback==>err " + e.toString());