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>