diff --git a/src/main/java/com/ynxbd/common/dao/RecipeDao.java b/src/main/java/com/ynxbd/common/dao/RecipeDao.java index 683ae4c..29a23a8 100644 --- a/src/main/java/com/ynxbd/common/dao/RecipeDao.java +++ b/src/main/java/com/ynxbd/common/dao/RecipeDao.java @@ -73,7 +73,7 @@ public class RecipeDao { * @return 是否存储成功 */ public boolean insertMedical(Recipe recipe) { - String sql = "insert into pay(updateTime, hisStatus, payStatus, openId, patientId, payWay, payMoney, totalFee, outTradeNo, bankTransNo, tradeNo, recipeId, treatNum, authCode, invoiceTransNo, hisTransNo, operateUser, deptCode, deptName, reqDeptCode, reqDeptName, hospitalArea, PayOrdId, AcctFee, HifpFee, ChrgBchno, MdTrtId, MdUserId, RecipeJson, PayMchCode, PayOpenId, HisPatientId) values (now(),?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?,?,?,?,?, ?)"; + String sql = "insert into pay(updateTime, hisStatus, payStatus, openId, patientId, payWay, payMoney, totalFee, outTradeNo, bankTransNo, tradeNo, recipeId, treatNum, authCode, invoiceTransNo, hisTransNo, operateUser, deptCode, deptName, reqDeptCode, reqDeptName, hospitalArea, PayOrdId, AcctFee, HifpFee, ChrgBchno, MdTrtId, MdUserId, RecipeJson, PayMchCode, PayOpenId) values (now(),?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?,?,?,?,?, ?,?,?,?,?,?,?,?,?,?)"; return DataBase.insert(sql, ps -> { ps.setInt(1, recipe.getHisStatus()); ps.setInt(2, recipe.getPayStatus()); @@ -109,7 +109,6 @@ public class RecipeDao { ps.setString(28, recipe.getRecipeJson()); ps.setString(29, recipe.getPayMchCode()); ps.setString(30, recipe.getPayOpenId()); - ps.setString(31, recipe.getHisPatientId()); }) > 0; } diff --git a/src/main/resources/hc-config.xml b/src/main/resources/hc-config.xml index 76397f5..ea05258 100644 --- a/src/main/resources/hc-config.xml +++ b/src/main/resources/hc-config.xml @@ -1,7 +1,7 @@ - + true 20009251 @@ -11,8 +11,7 @@ 3bee9edc0a2f41ac911b9b714c854cad - - + true true true @@ -35,7 +34,7 @@ - + true true diff --git a/src/main/resources/sms-config.xml b/src/main/resources/sms-config.xml index 92841a9..fa45e69 100644 --- a/src/main/resources/sms-config.xml +++ b/src/main/resources/sms-config.xml @@ -1,17 +1,15 @@ - - + 20009251 3bee9edc0a2f41ac911b9b714c854cad - 德宏州中医医院 + 云南新八达科技有限公司 - - + http://10.255.248.183:9003/WebService1.asmx/SlipPrint http://10.255.248.183:9001 VX - + 1 \ No newline at end of file