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