limj
2023-09-21 89c96171bb971dcaed7cf289b58ef44ca689523c
_Main/BL/Type_PRData/Method_DoCall.qbl
@@ -49,11 +49,11 @@
    result.ReceiveTime( DateTime::Now() );
    
    // 主记录修改
    result.SendStatus( "T" );
    result.SendStatus( "已发送" );
    result.ReleaseBy( callBy );
    result.SendTime( DateTime::Now() );
    this.SendStatus( "T" );
    this.SendTIme( DateTime::Now() );
    this.SendStatus( "已发送" );
    this.SendTime( DateTime::Now() );
    this.SendBy( callBy );
    
    return result;