lighter 1 month ago
parent
commit
221d5db425

+ 1 - 1
src/main/java/thyyxxk/webserver/dao/his/medicalinsurance/SiManageDao.java

@@ -38,7 +38,7 @@ public interface SiManageDao {
     void updateUploadedFlag(String table, int flag, List<String> codes);
 
     @Update("update ${table} set uploaded_flag=0 where code=#{code}")
-    void updateUploadedFlag2(String table, String codes);
+    void updateUploadedFlag2(String table, String code);
 
     @Select("select pat_no,times,ledger_sn,medfee_sumamt,acct_pay,fund_pay_sumamt,hosp_part_amt " +
             "from t_si_setlinfo where insutype=#{insutype} and clr_type=#{clrType} and revoked=0 " +