|
|
@@ -254,7 +254,9 @@ class QcodeAdd extends Backend
|
|
|
'onlycode' => $small_liushui['onlycode'],
|
|
|
'user_id' => $userinfo['company'],
|
|
|
];
|
|
|
-
|
|
|
+//echo "<pre>";
|
|
|
+//print_r($whereSmall);
|
|
|
+//echo "<pre>";die;
|
|
|
if ($liushui->name($userinfo['company'].'_'.'qcode_liushui')->where($whereSmall)->find()){
|
|
|
//小件二维码存在,更新小件二维码最后流水号
|
|
|
$lastNum = $liushui->name($userinfo['company'].'_'.'qcode_liushui')->where($whereSmall)->find();
|