陈昶聿
9 天以前 d49c2dbfbec7fef674e933e82a72a7d4aff1028c
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"