|
@@ -122,7 +122,7 @@ class Base extends \app\BaseController
|
|
|
* @return mixed|string
|
|
|
* @throws \think\Exception
|
|
|
*/
|
|
|
- public function CheckGood($good,$isZx,$thNo=''){
|
|
|
+ public function CheckGoodZx($good,$isZx,$thNo=''){
|
|
|
$spuCode= makeNo("SKU");
|
|
|
//查询是否存在转库存品记录 存在则返回库存编号
|
|
|
$newCode= Db::name("good_change_log")->where(["oldCode"=>$good['spuCode']])->value("newCode",'');
|