|
@@ -16,6 +16,7 @@ class StoreGp extends BaseModel
|
|
|
*/
|
|
*/
|
|
|
public static function createGp($order)
|
|
public static function createGp($order)
|
|
|
{
|
|
{
|
|
|
|
|
+ @file_put_contents("job.txt",json_encode($order));
|
|
|
try {
|
|
try {
|
|
|
$no = intval(self::value('max(no)') ?: 0) + 1;
|
|
$no = intval(self::value('max(no)') ?: 0) + 1;
|
|
|
$rs = self::getpath($no);
|
|
$rs = self::getpath($no);
|