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);