Redeem 1 год назад
Родитель
Сommit
f5d98953c0
2 измененных файлов с 4 добавлено и 1 удалено
  1. 1 1
      pom.xml
  2. 3 0
      src/main/resources/com/steerinfo/dil/mapper/UniversalMapper.xml

+ 1 - 1
pom.xml

@@ -6,7 +6,7 @@
 
     <groupId>org.example</groupId>
     <artifactId>antai-api</artifactId>
-    <version>1.2</version>
+    <version>1.7</version>
 
     <parent>
         <groupId>org.springframework.boot</groupId>

+ 3 - 0
src/main/resources/com/steerinfo/dil/mapper/UniversalMapper.xml

@@ -895,6 +895,9 @@
             <if test="capacityTypeId!=null and capacityTypeId!=''">
                 AND RCT.CAPACITY_TYPE_ID =  #{capacityTypeId}
             </if>
+            <if test="insertUserName != null and insertUserName !='' ">
+                AND RCT.INSERT_USERNAME = #{insertUserName}
+            </if>
             <if test="isPCapacityTypeId!=null and isPCapacityTypeId!=''">
                 AND RCT.P_CAPACITY_TYPE_ID is null
             </if>