修复问题

This commit is contained in:
zyx0814
2024-05-03 20:51:24 +08:00
Unverified
parent bd7b44b7bc
commit 5f3d1d6adb
4 changed files with 28 additions and 12 deletions

View File

@@ -43,7 +43,7 @@
try{
$return = $eagleexport->execExport($force);
}catch (Exception $e){
C::t('pichome_vapp')->update($appid,['state'=>0]);
// C::t('pichome_vapp')->update($appid,['state'=>0]);
runlog('eagleexporterror',$appid.$e->getMessage());
dzz_process::unlock($processname);
}
@@ -57,7 +57,7 @@
try{
$return = $localexport->execExport($force);
}catch (Exception $e){
C::t('pichome_vapp')->update($appid,['state'=>0]);
//C::t('pichome_vapp')->update($appid,['state'=>0]);
runlog('localexporterror',$appid.$e->getMessage());
dzz_process::unlock($processname);
}
@@ -67,7 +67,7 @@
try{
$return = $billfishxport->execExport($force);
}catch (Exception $e){
C::t('pichome_vapp')->update($appid,['state'=>0]);
// C::t('pichome_vapp')->update($appid,['state'=>0]);
runlog('billfishexporterror',$appid.$e->getMessage());
dzz_process::unlock($processname);
}