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
0fa5190b
Commit
0fa5190b
authored
Aug 27, 2020
by
王勇飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pp
parent
cd8cda67
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
tx-fi-tax/app/base/controller/impl/bizchance/bizoptCtl.js
+1
-1
tx-fi-tax/app/base/db/impl/bizchance/fitaxschemeDao.js
+1
-0
No files found.
tx-fi-tax/app/base/controller/impl/bizchance/bizoptCtl.js
View file @
0fa5190b
...
@@ -123,7 +123,7 @@ class BizOptCtl extends CtlBase {
...
@@ -123,7 +123,7 @@ class BizOptCtl extends CtlBase {
//根据需求编号去更新该条需求的状态为已关闭
//根据需求编号去更新该条需求的状态为已关闭
try
{
try
{
let
res
=
await
this
.
service
.
updateStatusByDemandCode
(
pobj
);
let
res
=
await
this
.
service
.
updateStatusByDemandCode
(
pobj
);
//TODO 同步该需求关闭信息到其他系统
//TODO 同步该需求关闭信息到其他系统
(走队列,直接扔到队列里面)
//添加到记录表
//添加到记录表
pobj
.
operator
=
{
pobj
.
operator
=
{
...
...
tx-fi-tax/app/base/db/impl/bizchance/fitaxschemeDao.js
View file @
0fa5190b
...
@@ -18,6 +18,7 @@ class FitaxschemeDao extends Dao {
...
@@ -18,6 +18,7 @@ class FitaxschemeDao extends Dao {
/**
/**
* 插入方案信息
* 插入方案信息
* TODO 同步方案信息,获取方案编号(走队列,再写一个接收队列方案编号的方法,将方案编号更新到数据库)
* @param {*} qobj
* @param {*} qobj
* @param {*} t
* @param {*} t
*/
*/
...
...
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