java110
2021-05-09 f42983b35c738a28ed4b9d1732d1045c5f2a19bb
java110-db/src/main/resources/mapper/fee/TempCarFeeConfigServiceDaoImplMapper.xml
old mode 100644 new mode 100755
@@ -40,10 +40,10 @@
        <if test="areaNum !=null and areaNum != ''">
            and t.area_num= #{areaNum}
        </if>
        <if test="startTime !=null and startTime != ''">
        <if test="startTime !=null ">
            and t.start_time= #{startTime}
        </if>
        <if test="endTime !=null and endTime != ''">
        <if test="endTime !=null ">
            and t.end_time= #{endTime}
        </if>
        <if test="bId !=null and bId != ''">
@@ -82,10 +82,10 @@
        <if test="areaNum !=null and areaNum != ''">
            and t.area_num= #{areaNum}
        </if>
        <if test="startTime !=null and startTime != ''">
        <if test="startTime !=null ">
            and t.start_time= #{startTime}
        </if>
        <if test="endTime !=null and endTime != ''">
        <if test="endTime !=null ">
            and t.end_time= #{endTime}
        </if>
        <if test="bId !=null and bId != ''">
@@ -129,10 +129,10 @@
        <if test="statusCd !=null and statusCd != ''">
            and t.status_cd= #{statusCd}
        </if>
        <if test="startTime !=null and startTime != ''">
        <if test="startTime !=null ">
            and t.start_time= #{startTime}
        </if>
        <if test="endTime !=null and endTime != ''">
        <if test="endTime !=null ">
            and t.end_time= #{endTime}
        </if>
        <if test="bId !=null and bId != ''">
@@ -170,10 +170,10 @@
        <if test="areaNum !=null and areaNum != ''">
            , t.area_num= #{areaNum}
        </if>
        <if test="startTime !=null and startTime != ''">
        <if test="startTime !=null ">
            , t.start_time= #{startTime}
        </if>
        <if test="endTime !=null and endTime != ''">
        <if test="endTime !=null ">
            , t.end_time= #{endTime}
        </if>
        <if test="ruleId !=null and ruleId != ''">
@@ -215,10 +215,10 @@
        <if test="statusCd !=null and statusCd != ''">
            and t.status_cd= #{statusCd}
        </if>
        <if test="startTime !=null and startTime != ''">
        <if test="startTime !=null ">
            and t.start_time= #{startTime}
        </if>
        <if test="endTime !=null and endTime != ''">
        <if test="endTime !=null ">
            and t.end_time= #{endTime}
        </if>
        <if test="bId !=null and bId != ''">