Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
f49bce61
Commit
f49bce61
authored
Dec 16, 2019
by
庄冰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
logMsg
parent
9180bb7b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
igirl-channel/app/base/service/impl/dborder/customercontactsSve.js
+1
-1
igirl-channel/app/base/service/impl/dborder/customerinfoSve.js
+2
-2
igirl-channel/app/base/service/impl/dbtrademark/trademarkSve.js
+2
-2
No files found.
igirl-channel/app/base/service/impl/dborder/customercontactsSve.js
View file @
f49bce61
...
...
@@ -61,7 +61,7 @@ class CustomerContactsService extends ServiceBase {
}
//修改联系人信息
await
self
.
dao
.
model
.
update
(
contactsObj
,
{
where
:
{
deliveryOrderNo
:
deliveryOrderNo
,
app_id
:
app
.
id
},
transaction
:
t
});
var
logMsg
=
{
sourceOrderNo
:
deliveryOrderNo
,
opContent
:
"修改订单信息"
,
app_id
:
app
.
id
};
var
logMsg
=
{
sourceOrderNo
:
deliveryOrderNo
,
opContent
:
"修改订单信息"
,
app_id
:
app
.
id
,
isShow
:
1
};
await
self
.
orderflowDao
.
create
(
logMsg
,
t
);
return
system
.
getResultSuccess
();
})
...
...
igirl-channel/app/base/service/impl/dborder/customerinfoSve.js
View file @
f49bce61
...
...
@@ -109,7 +109,7 @@ class CustomerInfoService extends ServiceBase {
}
await
self
.
trademarkDao
.
model
.
update
({
officialType
:
"dsh"
},{
where
:{
deliveryOrderNo
:
deliveryOrderNo
,
app_id
:
app
.
id
},
transaction
:
t
});
}
var
logMsg
=
{
sourceOrderNo
:
deliveryOrderNo
,
opContent
:
"修改订单信息"
,
app_id
:
app
.
id
};
var
logMsg
=
{
sourceOrderNo
:
deliveryOrderNo
,
opContent
:
"修改订单信息"
,
app_id
:
app
.
id
,
isShow
:
1
};
await
self
.
orderflowDao
.
create
(
logMsg
,
t
);
return
system
.
getResultSuccess
();
})
...
...
@@ -207,7 +207,7 @@ class CustomerInfoService extends ServiceBase {
}
await
self
.
ordertmproductSve
.
update
(
otpObj
,
t
);
//商标交付单 修改盖章委托书、说明文件
var
logMsg
=
{
sourceOrderNo
:
deliveryOrderNo
,
opContent
:
"修改订单信息"
,
app_id
:
app
.
id
};
var
logMsg
=
{
sourceOrderNo
:
deliveryOrderNo
,
opContent
:
"修改订单信息"
,
app_id
:
app
.
id
,
isShow
:
1
};
await
self
.
orderflowDao
.
create
(
logMsg
,
t
);
return
system
.
getResultSuccess
();
})
...
...
igirl-channel/app/base/service/impl/dbtrademark/trademarkSve.js
View file @
f49bce61
...
...
@@ -102,7 +102,7 @@ class TradeMarkService extends ServiceBase {
otpObj
[
"notes"
]
=
obj
.
notes
;
}
await
self
.
ordertmproductSve
.
dao
.
update
(
otpObj
,
t
);
//商标交付单 修改商标图样
var
logMsg
=
{
sourceOrderNo
:
deliveryOrderNo
,
opContent
:
"修改订单信息"
,
app_id
:
app
.
id
};
var
logMsg
=
{
sourceOrderNo
:
deliveryOrderNo
,
opContent
:
"修改订单信息"
,
app_id
:
app
.
id
,
isShow
:
1
};
await
self
.
orderflowDao
.
create
(
logMsg
,
t
);
return
system
.
getResultSuccess
();
})
...
...
@@ -202,7 +202,7 @@ class TradeMarkService extends ServiceBase {
updateuser
:
user
.
nickname
};
await
self
.
ordertmproductSve
.
dao
.
update
(
otpObj
,
t
);
//商标交付单 修改大类列表
var
logMsg
=
{
sourceOrderNo
:
deliveryOrderNo
,
opContent
:
"修改订单信息"
,
app_id
:
app
.
id
};
var
logMsg
=
{
sourceOrderNo
:
deliveryOrderNo
,
opContent
:
"修改订单信息"
,
app_id
:
app
.
id
,
isShow
:
1
};
await
self
.
orderflowDao
.
create
(
logMsg
,
t
);
return
system
.
getResultSuccess
();
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment