wuxw
2022-07-19 05683f2b2bdbdbe21cf17ad523c21ab338bd1c54
java110-db/src/main/resources/mapper/community/InspectionRouteServiceDaoImplMapper.xml
@@ -125,7 +125,7 @@
        <if test="seq !=null and seq != 0">
            , t.seq= #{seq}
        </if>
        <if test="remark !=null and remark != ''">
        <if test="remark !=null">
            , t.remark= #{remark}
        </if>
        <if test="communityId !=null and communityId != ''">