|
@@ -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 != ''">
|