| | |
| | | import com.zy.crm.manager.service.CstmrFollService; |
| | | import com.zy.crm.manager.service.CstmrService; |
| | | import com.zy.crm.manager.service.CstmrTypeService; |
| | | import com.zy.crm.manager.utils.CompanySearchUtils; |
| | | import com.zy.crm.system.entity.Dept; |
| | | import com.zy.crm.system.entity.Dic; |
| | | import com.zy.crm.system.entity.Role; |
| | |
| | | return R.ok(result); |
| | | } |
| | | |
| | | @RequestMapping(value = "/cstmrSearch/auth") |
| | | @ManagerAuth |
| | | public R cstmrSearch(String condition) { |
| | | List<Map<String, Object>> search = CompanySearchUtils.search(condition, 1); |
| | | return R.ok(search); |
| | | } |
| | | |
| | | @RequestMapping(value = "/cstmr/check/column/auth") |
| | | @ManagerAuth |
| | | public R query(@RequestBody JSONObject param) { |