java110
2020-11-13 0049023aecfaf65023cff47cc57f4e1ce892081c
java110-db/src/main/resources/mapper/user/OwnerAttrServiceDaoImplMapper.xml
@@ -137,9 +137,6 @@
        <if test="newBId != null and newBId != ''">
            ,t.b_id = #{newBId}
        </if>
        <if test="createTime !=null and createTime != ''">
            , t.create_time= #{createTime}
        </if>
        <if test="specCd !=null and specCd != ''">
            , t.spec_cd= #{specCd}
        </if>