Commit 79f34e5a by guojuxing

订单配置详情接口修复

parent 7b6e7d3f
......@@ -35,6 +35,6 @@ public class WmOrderConfigServiceImpl implements WmOrderConfigService{
@Override
public TabWmOrderConfig getByWmMainAccount(String wmMainAccount) {
return null;
return tabWmOrderConfigMapper.getByWmMainAccount(wmMainAccount);
}
}
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