| | |
| | | private String waterId; |
| | | private String curDegrees; |
| | | private String meterType; |
| | | private String meterTypeName; |
| | | private String preDegrees; |
| | | private String objId; |
| | | private String objName; |
| | |
| | | public void setPrice(double price) { |
| | | this.price = price; |
| | | } |
| | | |
| | | public String getMeterTypeName() { |
| | | return meterTypeName; |
| | | } |
| | | |
| | | public void setMeterTypeName(String meterTypeName) { |
| | | this.meterTypeName = meterTypeName; |
| | | } |
| | | } |
| | |
| | | curReadingTime,t.water_id,t.water_id waterId,t.cur_degrees,t.cur_degrees curDegrees,t.create_time,t.create_time |
| | | createTime,t.meter_type,t.meter_type meterType,t.pre_degrees,t.pre_degrees preDegrees,t.obj_id,t.obj_id |
| | | objId,t.pre_reading_time,t.pre_reading_time preReadingTime,t.b_id,t.b_id bId,t.community_id,t.community_id |
| | | communityId,t.obj_type,t.obj_type objType,t.fee_id,t.fee_id feeId,t.obj_name,t.obj_name objName,t.price |
| | | communityId,t.obj_type,t.obj_type objType,t.fee_id,t.fee_id feeId,t.obj_name,t.obj_name objName,t.price,mt.type_name meterTypeName |
| | | from meter_water t |
| | | left join meter_type mt on t.meter_type = mt.type_id and mt.status_cd = '0' |
| | | left join pay_fee pf on t.fee_id = pf.fee_id and pf.status_cd = '0' |
| | | where 1 =1 |
| | | <if test="remark !=null and remark != ''"> |
| | |
| | | "text1": "text1", |
| | | "text2": "text2", |
| | | "paId": "pa_id", |
| | | "textId": "text_id", |
| | | "statusCd": "status_cd", |
| | | "communityId": "community_id" |
| | | }, |
| | | "name": "parkingAreaText", |
| | | "name": "", |
| | | "shareColumn": "community_id", |
| | | "id": "textId", |
| | | "shareName": "community", |
| | | "id": "", |
| | | "shareName": "", |
| | | "autoMove": true, |
| | | "required": [ |
| | | { |
| | |
| | | "code": "voice" |
| | | } |
| | | ], |
| | | "desc": "停车场道闸文字语音配置", |
| | | "desc": "", |
| | | "shareParam": "communityId", |
| | | "tableName": "parking_area_text" |
| | | } |
| | |
| | | import com.alibaba.fastjson.JSONArray; |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.java110.community.bmo.assets.IQueryAssetsInspectionBMO; |
| | | import com.java110.core.annotation.Java110Transactional; |
| | | import com.java110.dto.inspectionPlan.InspectionTaskDto; |
| | | import com.java110.intf.community.IInspectionTaskInnerServiceSMO; |
| | | import com.java110.utils.util.DateUtil; |