Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
midjourney-proxy
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
徐少华
midjourney-proxy
Commits
f871c17d
Commit
f871c17d
authored
Sep 03, 2019
by
朱亚洁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
广告标记微信群
parent
d93f006f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
AdvertisingSpaceBizImpl.java
...ud/book/advertising/biz/impl/AdvertisingSpaceBizImpl.java
+4
-4
AdvertisingMasterMapper.xml
.../resources/mapper/advertising/AdvertisingMasterMapper.xml
+3
-1
No files found.
pcloud-service-book/src/main/java/com/pcloud/book/advertising/biz/impl/AdvertisingSpaceBizImpl.java
View file @
f871c17d
...
@@ -2367,13 +2367,13 @@ public class AdvertisingSpaceBizImpl implements AdvertisingSpaceBiz {
...
@@ -2367,13 +2367,13 @@ public class AdvertisingSpaceBizImpl implements AdvertisingSpaceBiz {
partyConsr.updateLoginAccount(advertisingMaster.getLoginName(), advertisingMaster.getPassword(), loginId);
partyConsr.updateLoginAccount(advertisingMaster.getLoginName(), advertisingMaster.getPassword(), loginId);
}*/
}*/
//账号修改通过子账号完成
//账号修改通过子账号完成
if
(
null
==
loginId
)
{
//
if (null == loginId) {
LOGGER
.
error
(
"广告主"
+
masterId
+
"是品牌方结算,子账号为空"
);
//
LOGGER.error("广告主" + masterId + "是品牌方结算,子账号为空");
}
//
}
}
else
{
}
else
{
if
(
null
!=
master
.
getLoginId
())
{
//删除账号,标记记录
if
(
null
!=
master
.
getLoginId
())
{
//删除账号,标记记录
partyConsr
.
deleteLoginAccount
(
master
.
getLoginId
());
partyConsr
.
deleteLoginAccount
(
master
.
getLoginId
());
advertisingMaster
.
setLoginId
(
nul
l
);
advertisingMaster
.
setLoginId
(
123
l
);
advertisingGroupTagDao
.
deleteByMasterId
(
masterId
);
advertisingGroupTagDao
.
deleteByMasterId
(
masterId
);
}
}
}
}
...
...
pcloud-service-book/src/main/resources/mapper/advertising/AdvertisingMasterMapper.xml
View file @
f871c17d
...
@@ -103,7 +103,9 @@
...
@@ -103,7 +103,9 @@
master_name = #{masterName,jdbcType=VARCHAR},
master_name = #{masterName,jdbcType=VARCHAR},
</if>
</if>
update_time = NOW(),
update_time = NOW(),
login_id = #{loginId},
<if
test=
"loginId != null"
>
login_id = #{loginId},
</if>
</set>
</set>
where id = #{id,jdbcType=BIGINT}
where id = #{id,jdbcType=BIGINT}
</update>
</update>
...
...
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