更新登录代码

保存坐席的信息,用于获取业绩数据。
This commit is contained in:
2023-05-09 22:42:20 +08:00
parent 8e9e36bb58
commit d0c9383bf8
12 changed files with 68 additions and 12 deletions

View File

@@ -11,6 +11,7 @@ package com.cpic.xim.web.controllers.account;
import java.sql.SQLException;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
@@ -20,6 +21,7 @@ import com.cpic.xim.utils.account.TeleSalerInfo;
@Controller
//@CrossOrigin
@RequestMapping( "/account" )
public class StaffInfoQueryController
{