|
@@ -649,7 +649,7 @@ class Systemfout extends Start_Controller {
|
|
|
|
|
|
|
|
|
|
//$this->logic_ding->sendToDing("检测订单".$y['number']."称重".$numweight."快递公司".$y['express']."-".$weight."[".$numweight."]");
|
|
//$this->logic_ding->sendToDing("检测订单".$y['number']."称重".$numweight."快递公司".$y['express']."-".$weight."[".$numweight."]");
|
|
- if(!in_array($y['express'],[2,8,39,43,44,45,47,48,49,55,61,63,64,65])){
|
|
|
|
|
|
+ if(!in_array($y['express'],[2,8,39,43,44,45,47,48,49,55,61,63,64,65,74])){
|
|
if($weight == '' || $numweight < '0.1' || !is_numeric($numweight))
|
|
if($weight == '' || $numweight < '0.1' || !is_numeric($numweight))
|
|
{
|
|
{
|
|
echo json_encode(array('msg'=>'此单需要称重!','success'=>false));exit;
|
|
echo json_encode(array('msg'=>'此单需要称重!','success'=>false));exit;
|