摘要: --(新增一条数据)Declare cnt Number;Begin Select count(*) into cnt From T_IM_MESSAGE_TEMPLATE WHERE S_TEMPLATE_ID = 'SBI-1227'; IF cnt = 0 Then insert into T 阅读全文
posted @ 2018-11-19 11:22 凌心缘 阅读(236) 评论(0) 推荐(0) 编辑