zhangyuewww hace 3 años
padre
commit
5d28ae58dd

+ 6 - 0
winsea-haixin-plugin-yiliangyiyun/src/main/resources/mapper/WeighingManagementMapper.xml

@@ -37,6 +37,9 @@
             <if test="statusType == 2">
                 AND status_flag='3'
             </if>
+            <if test="statusType == 3">
+                AND status_flag='5'
+            </if>
         </if>
     </select>
     <!-- 获得检斤管理列表 -->
@@ -108,6 +111,9 @@
             <if test="statusType == 2">
                 AND status_flag='3'
             </if>
+            <if test="statusType == 3">
+                AND status_flag='5'
+            </if>
         </if>
         ORDER BY a.update_date DESC
         <if test="currentPage != null and currentPage != ''">