java110
2023-05-30 f14c50cb0036d3ddd655ce4e34732ba396a836c4
java110-db/src/main/resources/mapper/scm/SupplierTypeV1ServiceDaoImplMapper.xml
@@ -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 != ''">