@@ -80,6 +80,7 @@ public class YBJController {
}
//编辑只做删除数据操作。新增在页面保存完之后操作。
//获取当前日期是本月几号
+ Thread.sleep(2000);
ybjService.creatInfo(data.get("formInstId").toString());
if (dayOfMonth>24){
Thread.sleep(2000);