java110
2021-01-03 705923fdc6e615a0435c85d3d60eab0180b79a68
java110-db/src/main/resources/mapper/store/StoreServiceDaoImplMapper.xml
@@ -585,10 +585,10 @@
        where
        1=1
        <if test="storeTypeCd != null and storeTypeCd != ''">
            t.store_type_cd = #{storeTypeCd}
            and t.store_type_cd = #{storeTypeCd}
        </if>
        <if test="storeId != null and storeId != ''">
            t.store_id = #{storeId}
            and t.store_id = #{storeId}
        </if>
        and t.status_cd = '0'
        <if test="page != -1 and page != null ">
@@ -606,10 +606,10 @@
        where
        1=1
        <if test="storeTypeCd != null and storeTypeCd != ''">
            t.store_type_cd = #{storeTypeCd}
            and t.store_type_cd = #{storeTypeCd}
        </if>
        <if test="storeId != null and storeId != ''">
            t.store_id = #{storeId}
            and t.store_id = #{storeId}
        </if>
        and t.status_cd = '0'
    </select>