customid改elderid
This commit is contained in:
parent
d88bb60fd3
commit
ff17d75eab
|
|
@ -22,7 +22,7 @@ public interface InvoicingOrdersMapper extends BaseMapper<InvoicingOrders> {
|
|||
InvoicingOrders getDirectivePrice(@Param("directiveId") String directiveId);
|
||||
List<InvoicingOrders> queryDataPoolList(InvoicingOrders orders);
|
||||
List<InvoicingOrders> getEmpPermissionAndOnline(@Param("directiveId") String directiveId, @Param("startTime") Date startTime);
|
||||
InvoicingOrders getEmpOrderly(@Param("customerId") String customerId);
|
||||
InvoicingOrders getEmpOrderly(@Param("elderId") String elderId);
|
||||
List<InvoicingOrders> getPermissionEmps(@Param("directiveIds") String directiveIds);
|
||||
List<InvoicingOrders> getFlowList(InvoicingOrdersEntity invoicingOrdersEntity);
|
||||
InvoicingOrders getFlowOne(InvoicingOrders invoicingOrders);
|
||||
|
|
|
|||
Loading…
Reference in New Issue