|
|
@@ -1181,7 +1181,7 @@
|
|
|
from dkic_b.t_mst_supplier tms
|
|
|
<where>
|
|
|
<if test="flgValid">
|
|
|
- AND tms.flgValid
|
|
|
+ AND tms.flg_valid
|
|
|
</if>
|
|
|
<if test="objCode != null and objCode != ''">
|
|
|
AND tms.sup_code LIKE concat('%',my_ex.likequery(#{objCode}),'%')
|
|
|
@@ -1202,7 +1202,7 @@
|
|
|
from dkic_b.t_mst_customer cus
|
|
|
<where>
|
|
|
<if test="flgValid">
|
|
|
- AND cus.flgValid
|
|
|
+ AND cus.flg_valid
|
|
|
</if>
|
|
|
<if test="objCode != null and objCode != ''">
|
|
|
AND cus.cus_code LIKE concat('%',my_ex.likequery(#{objCode}),'%')
|
|
|
@@ -1227,7 +1227,7 @@
|
|
|
<where >
|
|
|
tms.sup_type = '供应商类别-采购'
|
|
|
<if test="flgValid">
|
|
|
- AND tms.flgValid
|
|
|
+ AND tms.flg_valid
|
|
|
</if>
|
|
|
|
|
|
<if test="objCode != null and objCode != ''">
|
|
|
@@ -1256,7 +1256,7 @@
|
|
|
from dkic_b.t_mst_customer cus
|
|
|
<where>
|
|
|
<if test="flgValid">
|
|
|
- AND cus.flgValid
|
|
|
+ AND cus.flg_valid
|
|
|
</if>
|
|
|
<if test="objCode != null and objCode != ''">
|
|
|
AND cus.cus_code LIKE concat('%',my_ex.likequery(#{objCode}),'%')
|
|
|
@@ -1296,7 +1296,7 @@
|
|
|
<where>
|
|
|
tms.sup_type = '供应商类别-采购'
|
|
|
<if test="flgValid">
|
|
|
- AND tms.flgValid
|
|
|
+ AND tms.flg_valid
|
|
|
</if>
|
|
|
<if test="objCode != null and objCode != ''">
|
|
|
AND tms.sup_code LIKE concat('%',my_ex.likequery(#{objCode}),'%')
|
|
|
@@ -1324,7 +1324,7 @@
|
|
|
from dkic_b.t_mst_customer cus
|
|
|
<where>
|
|
|
<if test="flgValid">
|
|
|
- AND cus.flgValid
|
|
|
+ AND cus.flg_valid
|
|
|
</if>
|
|
|
<if test="objCode != null and objCode != ''">
|
|
|
AND cus.cus_code LIKE concat('%',my_ex.likequery(#{objCode}),'%')
|