更新登录代码
保存坐席的信息,用于获取业绩数据。
This commit is contained in:
		@@ -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
 | 
			
		||||
{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user