费用科目按是否出入库显示查询及费用表;
This commit is contained in:
@@ -223,6 +223,12 @@
|
||||
<if test="expenseAccountDO.fixedOrderDisplay != null ">
|
||||
and a.fixed_order_display = #{expenseAccountDO.fixedOrderDisplay}
|
||||
</if>
|
||||
<if test="expenseAccountDO.inOrderDisplay != null ">
|
||||
and a.in_order_display = #{expenseAccountDO.inOrderDisplay}
|
||||
</if>
|
||||
<if test="expenseAccountDO.outOrderDisplay != null ">
|
||||
and a.out_order_display = #{expenseAccountDO.outOrderDisplay}
|
||||
</if>
|
||||
</sql>
|
||||
<select id="selectExpenseAccount" parameterType="com.mhd.basic.domain.expenseAccount.repository.todo.SearchExpenseAccountDO" resultType="com.mhd.basic.domain.expenseAccount.repository.po.QueryExpenseAccountPO">
|
||||
select
|
||||
@@ -288,4 +294,4 @@
|
||||
and a.del_flag=1
|
||||
order by show_seq
|
||||
</select>
|
||||
</mapper>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user