陈昶聿
昨天 a5fc29e1f53a23512d0b4235a32b31b2ea8c0055
smartor/src/main/resources/mapper/smartor/BaseDictOperationMapper.xml
@@ -54,7 +54,7 @@
    <select id="selectBaseDictOperationList" parameterType="com.smartor.domain.BaseDictOperation"
            resultMap="BaseDictOperationResult">
        <include refid="selectBaseDictOperationVo"/>
        <where>
        where 1=1
            <if test="opid != null ">
                and opid = #{opid}
            </if>
@@ -97,7 +97,6 @@
            <if test="pid != null ">
                and pid = #{pid}
            </if>
        </where>
    </select>
    <select id="selectBaseDictOperationById" parameterType="Long"