|
|
@@ -332,12 +332,15 @@ class IntraCityExpress
|
|
|
*/
|
|
|
public static function preAddOrder($orderData, $merchant = null, $ptStyle = 0)
|
|
|
{
|
|
|
- // 创建表单验证模型
|
|
|
- $form = new StoreFeeForm();
|
|
|
- $form->setScenario('query_fee');
|
|
|
- $form->load($orderData, ''); // 直接从 post 数据加载,不使用模型名作为前缀
|
|
|
- // 执行表单验证
|
|
|
- $form->validateForm();
|
|
|
+
|
|
|
+ // 花好鲜鲜花批发(安海部) user_name会被阻挡,不要打开
|
|
|
+
|
|
|
+// // 创建表单验证模型
|
|
|
+// $form = new StoreFeeForm();
|
|
|
+// $form->setScenario('query_fee');
|
|
|
+// $form->load($orderData, ''); // 直接从 post 数据加载,不使用模型名作为前缀
|
|
|
+// // 执行表单验证
|
|
|
+// $form->validateForm();
|
|
|
|
|
|
if ($merchant === null) {
|
|
|
$merchant = self::getMerchant();
|