更新供应商和客户的累计应收应付的算法
This commit is contained in:
@@ -24,9 +24,13 @@ public class DepotHeadService extends BaseService<DepotHead> implements DepotHea
|
||||
return DepotHead.class;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void find(PageUtil<DepotHead> pageUtil, String maxid) throws JshException
|
||||
{
|
||||
depotHeadDao.find(pageUtil, maxid);
|
||||
}
|
||||
|
||||
public void findAllMoney(PageUtil<DepotHead> pageUtil, Integer supplierId, String type, String subType, String mode) throws JshException
|
||||
{
|
||||
depotHeadDao.findAllMoney(pageUtil, supplierId, type, subType, mode);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user