|
@@ -166,7 +166,7 @@ public class EhsdPurchaseServiceImpl extends ServiceImpl<EhsdPurchaseMapper, Ehs
|
|
|
// );
|
|
|
|
|
|
//权限过滤:采购自己看自己
|
|
|
- wrapper.eq("p", EhsdPurchase::getCompanyId, SecurityUtils.getCompanyId());
|
|
|
+ wrapper.eq("t1", EhsdPurchase::getCompanyId, SecurityUtils.getCompanyId());
|
|
|
|
|
|
wrapper.orderByDesc("t1", EhsdPurchase::getCreateTime);
|
|
|
|