yeguodong преди 2 месеца
родител
ревизия
bdcb47452a
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      src/main/java/cn/hnthyy/thmz/mapper/his/mz/MzyZdChargeTypeMapper.java

+ 3 - 0
src/main/java/cn/hnthyy/thmz/mapper/his/mz/MzyZdChargeTypeMapper.java

@@ -104,6 +104,9 @@ public interface MzyZdChargeTypeMapper {
             "<when test='chargeCode!=null'>",
             ",charge_code =#{chargeCode}",
             "</when>",
+            "<when test='sortNo!=null'>",
+            ",sort_no =#{sortNo}",
+            "</when>",
             "</trim>",
             "</script>"})
     int updateMzyZdChargeType(MzyZdChargeType mzyZdChargeType);