Commit c27b5b51 by fudahua

部门信息

parent b0f418be
......@@ -603,6 +603,7 @@ public class ClerkController extends WebBaseController{
//解绑
@RequestMapping("unbind-staff")
public HaobanResponse unBindStaff(String clerkId,String clerkCode,String staffId,String storeId){
logger.info("解绑 操作人:{},备操作人:{},操作门店:{}",staffId,clerkId,storeId);
if(StringUtils.isAnyBlank(clerkId,clerkCode,staffId)){
return resultResponse(HaoBanErrCode.ERR_2);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment