lighter пре 3 година
родитељ
комит
20fa4d47f7

+ 1 - 1
src/main/java/thyyxxk/webserver/dao/his/dictionary/NationalMatchDao.java

@@ -123,7 +123,7 @@ public interface NationalMatchDao {
 
     @Update("update zd_charge_item set national_status=1,national_code=#{nationalCode}," +
             "national_name=#{nationalName},match_oper=#{staffId},match_date=getdate(), " +
-            "descriptions=#{descriptions},exclude_content=#{excludeContent},connotation=#{connotation} " +
+            "discription=#{descriptions},exclude_content=#{excludeContent},connotation=#{connotation} " +
             "where code=#{hisCode}")
     void matchServcieAndSupply(ChargeItemMatch chargeItemMatch);