陈昶聿
3 天以前 0c3f4ea5accd7b8cc667013f0c88abe4a6c1e96e
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"