Commit 83fe322d authored by wxl's avatar wxl

no message

parent c444ae3d
...@@ -22,7 +22,7 @@ class AllWarehouseOrderGoodsRepository extends EntityRepository ...@@ -22,7 +22,7 @@ class AllWarehouseOrderGoodsRepository extends EntityRepository
{ {
/** /**
* 检索商品id * 检索入库商品信息
* @param $goodsName * @param $goodsName
* @return mixed * @return mixed
*/ */
...@@ -46,7 +46,9 @@ class AllWarehouseOrderGoodsRepository extends EntityRepository ...@@ -46,7 +46,9 @@ class AllWarehouseOrderGoodsRepository extends EntityRepository
return true; return true;
}*/ }*/
/**
* 修改同一入库批号剩余库存
*/
public function updateOutNum(array $data) public function updateOutNum(array $data)
{ {
if(empty($data)) return false; if(empty($data)) return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment