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