| | |
| | | * |
| | | * 2019-06-29 |
| | | */ |
| | | @Component("machineVistorPhotoRecordManage") |
| | | @Component("machineVistorPhotoManage") |
| | | public class MachineVistorPhotoManageComponent { |
| | | |
| | | @Autowired |
| | |
| | | JSONObject reqParam = JSONObject.parseObject(pd.getReqData()); |
| | | reqParam.put("recordTypeCd", "6666"); |
| | | |
| | | IPageData newPd = PageData.newInstance().builder(pd.getUserId(), pd.getToken(), |
| | | IPageData newPd = PageData.newInstance().builder(pd.getUserId(),pd.getUserName(), pd.getToken(), |
| | | reqParam.toJSONString(), pd.getComponentCode(), pd.getComponentMethod(), "", pd.getSessionId()); |
| | | |
| | | return listMachineRecordsSMOImpl.listMachineRecords(newPd); |