/** * 手动暂停定价计划 * * @param int $planId * @return bool */ public static function stopPlanByHand($planId) { return Model_Plan_Jp::stopFixPlanByHand($planId); }