java110
2023-05-30 0b3ff378a9faaf9d7a4831b7f0de67378fe0dfea
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 != ''">