1.集中发送工作模式时,内存发送功能不生效

This commit is contained in:
payton 2024-01-16 17:37:51 +08:00
parent f23df7567c
commit ec11a26dd1

View File

@ -1329,7 +1329,7 @@ SINT32 sf_file_send_auto(void) {
{ {
MLOGE("ERROR sf_check_sd\n"); MLOGE("ERROR sf_check_sd\n");
#if SF_NO_SD_SEND == ENABLE #if SF_NO_SD_SEND == ENABLE
if( 0 == sf_usr_mem_photo_ch()) if((0 == puiPara->SendType) && (0 == sf_usr_mem_photo_ch()))
{ {
s32ret = sf_mem_send_file_to_ftp(); s32ret = sf_mem_send_file_to_ftp();
return s32ret; return s32ret;