java110
2023-05-30 f14c50cb0036d3ddd655ce4e34732ba396a836c4
java110-db/src/main/resources/mapper/community/MaintainanceStandardV1ServiceDaoImplMapper.xml
@@ -18,7 +18,8 @@
    <!-- 查询保养标准信息 add by wuxw 2018-07-03 -->
    <select id="getMaintainanceStandardInfo" parameterType="Map" resultType="Map">
        select t.standard_name,t.standard_name standardName,t.standard_id,t.standard_id
        standardId,t.remark,t.status_cd,t.status_cd statusCd,t.community_id,t.community_id communityId
        standardId,t.remark,t.status_cd,t.status_cd statusCd,t.community_id,t.community_id communityId,
        t.create_time createTime
        from maintainance_standard t
        where 1 =1
        <if test="standardName !=null and standardName != ''">