Explorar o código

报销开发子报销列表新增字段

anderx %!s(int64=2) %!d(string=hai) anos
pai
achega
a089555ba7

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

@@ -502,7 +502,6 @@
     <if test="contractNo != null">
       and e.contract_no = #{contractNo}
     </if>
-
     <if test="applyDep != null">
       and a.apply_dep  = #{applyDep}
     </if>
@@ -515,7 +514,6 @@
     <if test="secondaryType != null">
       and a.secondary_type= #{secondaryType}
     </if>
-
     order by a.status,a.create_time desc
     <if test="page_sql !=null">
       ${page_sql}