wuxw
2022-01-15 630cb0babb264657d8a07476e328654573620f8c
java110-db/src/main/resources/mapper/community/ParkingSpaceApplyV1ServiceDaoImplMapper.xml
@@ -103,6 +103,9 @@
<if test="psId !=null and psId != ''">
, t.ps_id= #{psId}
</if> 
<if test="feeId !=null and feeId != ''">
, t.fee_id= #{feeId}
</if>
<if test="remark !=null and remark != ''">
, t.remark= #{remark}
</if>