|
@@ -13,7 +13,7 @@
|
|
|
and p.delete_flag = '0'
|
|
|
<if test="searchType != null and searchType != ''">
|
|
|
<if test="searchType == 1">
|
|
|
- AND p.status_flag != '1'
|
|
|
+ AND p.status_flag = '1'
|
|
|
</if>
|
|
|
<if test="searchType == 2">
|
|
|
AND p.status_flag = '3'
|
|
@@ -73,7 +73,7 @@
|
|
|
and p.delete_flag = '0'
|
|
|
<if test="searchType != null and searchType != ''">
|
|
|
<if test="searchType == 1">
|
|
|
- AND p.status_flag != '1'
|
|
|
+ AND p.status_flag = '1'
|
|
|
</if>
|
|
|
<if test="searchType == 2">
|
|
|
AND p.status_flag = '3'
|