wuxw 2 anni fa
parent
commit
055da997c2

+ 0 - 6
java110-db/src/main/resources/mapper/fee/PayFeeRuleV1ServiceDaoImplMapper.xml

@@ -67,9 +67,6 @@
         <if test="batchId !=null and batchId != ''">
             and t.batch_id= #{batchId}
         </if>
-        <if test="userId !=null and userId != ''">
-            and t.user_id= #{userId}
-        </if>
         <if test="incomeObjId !=null and incomeObjId != ''">
             and t.income_obj_id= #{incomeObjId}
         </if>
@@ -195,9 +192,6 @@
         <if test="batchId !=null and batchId != ''">
             and t.batch_id= #{batchId}
         </if>
-        <if test="userId !=null and userId != ''">
-            and t.user_id= #{userId}
-        </if>
         <if test="incomeObjId !=null and incomeObjId != ''">
             and t.income_obj_id= #{incomeObjId}
         </if>