Commit be03f83b by 蒋勇

d

parent 08173a4f
......@@ -56,6 +56,8 @@ class CtlBase {
codename: req.headers["xcodename"],
codetitle: req.headers["xcodetitle"] ? decodeURI(req.headers["xcodetitle"]) : '',
}
console.log("before call.................................setContextParams")
console.log(req.xctx.username)
//添加组织结构路径,如果是上级,取上级
if (req.xctx.ptags && req.xctx.ptags != "") {
pobj.opath = req.xctx.ptags
......@@ -106,6 +108,7 @@ class CtlBase {
// this.session={};
// }
//req.session=redis缓存的上下文对象
var rtn = await this[methodname](pobj, query, req);
this.logClient.log(pobj, req, rtn)
return rtn;
......
......@@ -566,6 +566,7 @@ class DeliverybillCtl extends CtlBase {
/*更新业务员/交付员信息*/
async updateUsermanInfoByDeliverCode(mobj, qobj, req) {
console.log("in updateUsermanInfoByDeliverCode....");
var pobj = mobj.d;
if (pobj.deliverNumber && pobj.deliverNumber != 'undefined') {
try {
......
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