Commit 7c8f1c7d by 徐高华

新增店员

parent e5dcff9e
......@@ -363,7 +363,7 @@ public class WxStaffController extends WebBaseController {
}
@RequestMapping("/staff-add-json")
public HaobanResponse staffAdd(StaffAddVO vo) {
public HaobanResponse staffAdd(@RequestBody StaffAddVO vo) {
logger.info(JSONObject.toJSONString(vo));
StaffDTO staffDTO = EntityUtil.changeEntityByJSON(StaffDTO.class,vo) ;
String storeId = vo.getStoreId() ;
......
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