java110
2023-05-25 781c2e20a4bb844dae3f4eafbf5f0e494b942ea8
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 != ''">