Commit 430e75fa by jinxin

haoban导购code替换

parent b79ed83f
......@@ -48,8 +48,8 @@ public class MaidianLogController extends WebBaseController {
}
StoreDTO store = storeService.getStore(maidianLogDTO.getStoreId());
if (store != null) {
//统一根据导购id查询
ClerkDTO clerkDTO = clerkService.getClerkByClerkId(maidianLogDTO.getClerkId());
//好办无关业务,暂不替换
com.gic.clerk.api.dto.ClerkDTO clerkDTO = clerkService.getClerkByClerkCode(store.getEnterpriseId(), maidianLogDTO.getClerkCode());
maidianLogDTO.setEnterpriseId(store.getEnterpriseId());
if (clerkDTO != null) {
//导购变更门店
......
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