Commit bc5d18de by 徐高华

刷新门店下好友

parent 9ff0b520
...@@ -689,7 +689,7 @@ public class DealSyncOperationApiServiceImpl implements DealSyncOperationApiServ ...@@ -689,7 +689,7 @@ public class DealSyncOperationApiServiceImpl implements DealSyncOperationApiServ
} }
List<TabHaobanPreDealLog> dealLogList = clerkRelationDTOS.stream().map(dto -> { List<TabHaobanPreDealLog> dealLogList = clerkRelationDTOS.stream().map(dto -> {
TabHaobanPreDealLog dealLog = new TabHaobanPreDealLog(); TabHaobanPreDealLog dealLog = new TabHaobanPreDealLog();
dealLog.setDataId(dto.getQwUserId()); dealLog.setDataId(dto.getStaffId());
dealLog.setpDataId(dto.getStaffId()); dealLog.setpDataId(dto.getStaffId());
dealLog.setDataType(PreDealTypeEnum.friend_clerk.getVal()); dealLog.setDataType(PreDealTypeEnum.friend_clerk.getVal());
dealLog.setStatusFlag(0); dealLog.setStatusFlag(0);
......
...@@ -290,7 +290,7 @@ ...@@ -290,7 +290,7 @@
and status_flag =1 and status_flag =1
</select> </select>
<select id="listBindByStoreId" resultMap="BaseResultMap"> <select id="listBindByStoreId" resultType="com.gic.haoban.manage.api.dto.StaffClerkRelationDTO">
select select
a.staff_clerk_relation_id staffClerkRelationId, a.staff_clerk_relation_id staffClerkRelationId,
a.staff_id staffId, a.staff_id staffId,
......
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