Commit 5fe52d87 by 徐高华

Merge branch 'feature/202310月零散迭代' into 'developer'

新增店员

See merge request !1557
parents 9d9bf982 7c8f1c7d
......@@ -329,7 +329,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