Parcourir la source

新增删除抵扣接口

anderx il y a 2 ans
Parent
commit
83a27babb0

+ 0 - 1
src/main/java/com/goafanti/common/mapper/ExpenseAccountMapper.xml

@@ -647,7 +647,6 @@
     <if test="startTime != null and endTime != null">
       and a.create_time between #{startTime} and #{endTime}
     </if>
-
   </select>
   <select id="selectByDebitId" parameterType="java.lang.Integer" resultMap="BaseResultMap">
     select