|
@@ -151,7 +151,7 @@ public class ApprovalController {
|
|
|
* @param pageSize
|
|
|
* @param pageNO
|
|
|
* @param totalNum
|
|
|
- * @param selectType 1.我发起的 2.我审核的
|
|
|
+ * @param selectType 1.我发起的 2.我审核的 3.仓库确认
|
|
|
* @return
|
|
|
* @throws Exception
|
|
|
*/
|
|
@@ -164,7 +164,8 @@ public class ApprovalController {
|
|
|
@RequestParam(value = "totalNum", defaultValue = "0", required = false) Integer totalNum) throws Exception {
|
|
|
ResponseJson rj =new ResponseJson(200, "查询成功", 200);
|
|
|
//获取openid,根据openid查询当前登录人信息
|
|
|
- String openId = WechatUtils.getUserBySession(request).getUserOpenid();
|
|
|
+ /*String openId = WechatUtils.getUserBySession(request).getUserOpenid();*/
|
|
|
+ String openId = "oaH_GwObiozJFBypUg0wKJjQpBiU";
|
|
|
Admin admin = sysService.getByOpenid(openId);
|
|
|
if(admin == null){
|
|
|
return new ResponseJson(200, "未查询到登录人信息", 500);
|