Commit f459ac60 by qwmqiuwenmin

fix

parent 3cb30744
......@@ -40,6 +40,7 @@ public class MaidianLogController extends WebBaseController{
StoreDTO store = storeService.getStore(maidianLogDTO.getStoreId());
if(store != null){
com.gic.clerk.api.dto.ClerkDTO clerkDTO = clerkService.getClerkByClerkCode(store.getEnterpriseId(), maidianLogDTO.getClerkCode());
maidianLogDTO.setEnterpriseId(store.getEnterpriseId());
if(clerkDTO != null){
maidianLogDTO.setClerkId(clerkDTO.getClerkId());
}
......
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