This commit is contained in:
linfso 2024-08-01 06:21:42 +08:00
parent 814261eb4d
commit 6b7a2de2d1
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ public class EmisWaybillServiceImpl implements IEmisWaybillService
return emisWaybillMapper.selectUserBindSalesmenList(
SecurityUtils.getLoginUser().getUser().getCustomerCode(),
salesmen.getSearchValue(),
salesmen.getBlDefaultFlag()
salesmen.getDefaultFlag()
);
}

View File

@ -547,7 +547,7 @@
b.phonenumber AS phone,
b.owner_site_code AS ownerSiteCode,
'' AS ownerSiteName,
a.default_flag as blDefaultFlag
a.default_flag as defaultFlag
FROM
sys_oms_user_bind_emp a,
sys_user b