Example #1
0
 /**
  * 手动暂停经纪人的定价计划
  *
  * @param int $planId
  * @return bool
  */
 public static function stopPlanByHand($planId)
 {
     return Model_Plan_HzPlanBasic::stopFixPlanByHand($planId);
 }