Bläddra i källkod

线上bug处理

542372506@qq.com 4 månader sedan
förälder
incheckning
dfaafd10fa

+ 2 - 2
business/base-service/src/main/java/com/yihu/jw/hospital/prescription/service/DsyyPrescriptionService.java

@ -2267,7 +2267,7 @@ public class DsyyPrescriptionService extends BaseJpaService<WlyyPrescriptionDO,
                        "       CVLSERV_PAY       = '0',\n" +
                        "       PSN_PART_AMT      = '0',\n" +
                        "       HIFMI_PAY         = '0',\n" +
                        "       MEDFEE_SUMAMT     = '"+ylzMedicalRelationDO.getBcwkje()+"',\n" +
                        "       MEDFEE_SUMAMT     = '"+ylzMedicalRelationDO.getTotalAmount()+"',\n" +
                        "       SETL_TIME         = '0',\n" +
                        "       BALC              = '0',\n" +
                        "       ACCT_MULAID_PAY   = '0',\n" +
@ -2310,7 +2310,7 @@ public class DsyyPrescriptionService extends BaseJpaService<WlyyPrescriptionDO,
                String sql = "update SST_JSDP_JBXX_GJYB\n" +
                        "   set SETL_ID      = '"+ylzMedicalRelationDO.getBillSerial()+"',\n" +
                        "       PSN_CASH_PAY      = '"+ylzMedicalRelationDO.getPersonCash()+"',\n" +
                        "       MEDFEE_SUMAMT     = '"+ylzMedicalRelationDO.getBcwkje()+"',\n" +
                        "       MEDFEE_SUMAMT     = '"+ylzMedicalRelationDO.getTotalAmount()+"',\n" +
                        "       HIFOB_PAY         = '0',\n" +
                        "       OUTCHARGENO       = '"+orderNo+"',\n" +
                        "       BRDY              = '0',\n" +

+ 2 - 2
business/base-service/src/main/java/com/yihu/jw/hospital/prescription/service/entrance/DsyyEntranceService.java

@ -1287,7 +1287,7 @@ public class DsyyEntranceService {
                "\tpack_size as \"packSize\",\n" +
                "\tspecification as \"specification\",\n" +
                "\tretprice as \"retprice\",\n" +
                "\tpack_retprice as \"pack_retprice\",\n" +
                "\tretprice as \"pack_retprice\",\n" +
                "\tstock_amount as \"stockAmount\",\n" +
                "\tvisible_flag as \"visible_flag\",\n" +
                "\tdrug_flag as \"drug_flag\",\n" +
@ -3018,7 +3018,7 @@ public class DsyyEntranceService {
                "\t<FEE_TYPE_CODE>"+chargeType+"<FEE_TYPE_CODE/>\n" +
                "\t<FEE_TYPE>"+chargeTypeName+"</FEE_TYPE>\n" +
                "<DIASTOLIC_PRESSURE>"+szy+"</DIASTOLIC_PRESSURE>\n" +
                "   <SYSTOLIC_PRESSURE>"+ssy+"</SYSTOLIC_PRESSURE> " +
                "   <SYSTOLIC_PRESSURE>"+ssy+"</SYSTOLIC_PRESSURE>\n " +
                "\t<HEIGHT_VALUE>"+height+"</HEIGHT_VALUE>\n" +
                "\t<HRIGHT_UNIT>CM</HRIGHT_UNIT>\n" +
                "\t<WEIGHT_VALUE>"+weight+"</WEIGHT_VALUE>\n" +