中扬CRM客户关系管理系统
#
LSH
2023-11-22 d5d1a6a8be10b3213514dd1f5efeb46b8c662749
src/main/java/com/zy/crm/manager/controller/OrderController.java
@@ -387,7 +387,7 @@
     * excel导入
     */
    @PostMapping(value = "/order/excel/import/auth")
    @ManagerAuth(memo = "甲方单位Excel导入")
    @ManagerAuth(memo = "客户信息Excel导入")
//    @Transactional
    public R orderExcelImport(MultipartFile file) throws IOException {
        InputStream inStream = file.getInputStream();