java110
2023-05-25 781c2e20a4bb844dae3f4eafbf5f0e494b942ea8
java110-db/src/main/resources/mapper/community/MaintainanceItemV1ServiceDaoImplMapper.xml
@@ -25,7 +25,7 @@
        </if>
        where 1 =1
        <if test="standardId !=null and standardId != ''">
            and msi.standardId = #{standardId}
            and msi.standard_id = #{standardId}
        </if>
        <if test="itemId !=null and itemId != ''">
            and t.item_id= #{itemId}
@@ -87,7 +87,7 @@
        </if>
        where 1 =1
        <if test="standardId !=null and standardId != ''">
            and msi.standardId = #{standardId}
            and msi.standard_id = #{standardId}
        </if>
        <if test="itemId !=null and itemId != ''">
            and t.item_id= #{itemId}