Ver Fonte

修改’

Redeem há 1 ano atrás
pai
commit
f5d98953c0

+ 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>