| | |
| | | |
| | | @RequestMapping(value = "/orderDetlLog/export/auth") |
| | | @ManagerAuth |
| | | public R export(@RequestBody JSONObject param){ |
| | | public synchronized R export(@RequestBody JSONObject param){ |
| | | EntityWrapper<OrderDetlLog> wrapper = new EntityWrapper<>(); |
| | | List<String> fields = JSONObject.parseArray(param.getJSONArray("fields").toJSONString(), String.class); |
| | | Map<String, Object> map = excludeTrash(param.getJSONObject("orderDetl")); |
| | |
| | | } |
| | | |
| | | @RequestMapping(value = "/wrkMastDetlLog/export/auth") |
| | | @ManagerAuth |
| | | public R export(@RequestBody JSONObject param) { |
| | | @ManagerAuth(memo = "工作历史档明细导出") |
| | | public synchronized R export(@RequestBody JSONObject param) { |
| | | EntityWrapper<WrkMastDetlLog> wrapper = new EntityWrapper<>(); |
| | | List<String> fields = JSONObject.parseArray(param.getJSONArray("fields").toJSONString(), String.class); |
| | | Map<String, Object> map = excludeTrash(param.getJSONObject("wrkMastDetlLog")); |
| | |
| | | spring: |
| | | profiles: |
| | | #dev loc prod |
| | | active: loc |
| | | active: prod |