|
|
@@ -17,8 +17,8 @@
|
|
|
|
|
|
<!-- 查询供应商类型信息 add by wuxw 2018-07-03 -->
|
|
|
<select id="getSupplierTypeInfo" parameterType="Map" resultType="Map">
|
|
|
- select t.type_cd,t.type_cd typeCd,t.type_name,t.type_name typeName,t.st_id,t.st_id stId,t.status_cd,t.status_cd
|
|
|
- statusCd,t.remark
|
|
|
+ select t.type_cd,t.type_cd typeCd,t.type_name,t.type_name typeName,t.st_id,t.st_id stId,
|
|
|
+ t.status_cd,t.status_cd statusCd,t.remark,t.create_time createTime
|
|
|
from supplier_type t
|
|
|
where 1 =1
|
|
|
<if test="typeCd !=null and typeCd != ''">
|