sql1="select * from spd_ybtest_hdi.sys_org order by create_time desc limit 1;"
sql1="select * from spd_ybtest_hdi.sys_org where corp_id='%s';"%FileUtils().r_info8('b5_spd3_core_business_flow','供货关系申请2','message')["e_corpId"]
actual=check_mcms_pur_sql(sql1)
actual=check_mcms_pur_sql(sql1)
print('actual',actual)
print('actual',actual)
id=get_id("select id from spd_ybtest_hdi.sys_org order by create_time desc limit 1;")
id=get_id("select id from spd_ybtest_hdi.sys_org where corp_id='%s';"%FileUtils().r_info8('b5_spd3_core_business_flow','供货关系申请2','message')["e_corpId"])
hos_id=get_id("select hos_id from spd_ybtest_hdi.sys_org where id='%s';"%id)