修复了已知问题以及报销合理化
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
<result column="bank_name" property="bankName"/>
|
||||
<result column="bank_account" property="bankAccount"/>
|
||||
<result column="reason" property="reason"/>
|
||||
<result column="status" property="status"/>
|
||||
<result column="accessory_apply_ids" property="accessoryApplyIds"/>
|
||||
<result column="accessory_receipt_ids" property="accessoryReceiptIds"/>
|
||||
<result column="remark" property="remark"/>
|
||||
@@ -99,9 +98,6 @@
|
||||
<if test="bo.appropriationType != null and bo.appropriationType != ''">
|
||||
AND a.appropriation_type = #{bo.appropriationType}
|
||||
</if>
|
||||
<if test="bo.status != null and bo.status != ''">
|
||||
AND a.status = #{bo.status}
|
||||
</if>
|
||||
ORDER BY a.create_time DESC
|
||||
</select>
|
||||
|
||||
@@ -139,9 +135,6 @@
|
||||
<if test="bo.appropriationType != null and bo.appropriationType != ''">
|
||||
AND a.appropriation_type = #{bo.appropriationType}
|
||||
</if>
|
||||
<if test="bo.status != null and bo.status != ''">
|
||||
AND a.status = #{bo.status}
|
||||
</if>
|
||||
ORDER BY a.create_time DESC
|
||||
</select>
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user