| | |
| | | private String storeId; |
| | | private String resId; |
| | | private String communityId; |
| | | |
| | | |
| | | private String resName; |
| | | private Date createTime; |
| | | |
| | | private String statusCd = "0"; |
| | |
| | | this.communityId = communityId; |
| | | } |
| | | |
| | | |
| | | public Date getCreateTime() { |
| | | return createTime; |
| | | } |
| | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | |
| | | public String getResName() { |
| | | return resName; |
| | | } |
| | | |
| | | public void setResName(String resName) { |
| | | this.resName = resName; |
| | | } |
| | | } |
| | |
| | | private String storeId; |
| | | private String resId; |
| | | private String communityId; |
| | | private String resName; |
| | | |
| | | public String getRepairId() { |
| | | return repairId; |
| | |
| | | this.communityId = communityId; |
| | | } |
| | | |
| | | public String getResName() { |
| | | return resName; |
| | | } |
| | | |
| | | public void setResName(String resName) { |
| | | this.resName = resName; |
| | | } |
| | | } |
| | |
| | | select t.unit_price,t.unit_price unitPrice,t.create_user_id,t.create_user_id |
| | | createUserId,t.quantity,t.rsur_id,t.rsur_id rsurId,t.repair_id,t.repair_id |
| | | repairId,t.create_user_name,t.create_user_name createUserName,t.status_cd,t.status_cd |
| | | statusCd,t.remark,t.store_id,t.store_id storeId,t.res_id,t.res_id resId,t.b_id,t.b_id |
| | | bId,t.community_id,t.community_id communityId |
| | | statusCd,t.remark,t.store_id,t.store_id storeId,t.res_id,t.res_id resId,rs.res_name resName, |
| | | t.b_id,t.b_id bId,t.community_id,t.community_id communityId |
| | | from resource_store_use_record t |
| | | where 1 =1 |
| | | left join resource_store rs on rs.res_id = t.res_id |
| | | where 1 = 1 |
| | | <if test="unitPrice !=null and unitPrice != ''"> |
| | | and t.unit_price= #{unitPrice} |
| | | </if> |