Loading src/Service/Interfaces/StoreServiceInterface.php +3 −1 Original line number Diff line number Diff line Loading @@ -130,7 +130,9 @@ interface StoreServiceInterface * description:根据条件查询入库单信息 * author: fuyunnan * 参数注意 必须这样传!!! * $condition['warehousing_order_ids'] = $ids 入库单ids数组 * $condition = [ * 'warehousing_order_ids' =>$ids 可选 入库单ids数组 * ] * @param array $condition 条件 * @return array * @throws Loading Loading
src/Service/Interfaces/StoreServiceInterface.php +3 −1 Original line number Diff line number Diff line Loading @@ -130,7 +130,9 @@ interface StoreServiceInterface * description:根据条件查询入库单信息 * author: fuyunnan * 参数注意 必须这样传!!! * $condition['warehousing_order_ids'] = $ids 入库单ids数组 * $condition = [ * 'warehousing_order_ids' =>$ids 可选 入库单ids数组 * ] * @param array $condition 条件 * @return array * @throws Loading