关于删除和告知接口的controller的代码
/* if (updateType == “0”) {
updateAndDeleteServic.deletetxt(txtId);
} else {
updateAndDeleteServic.updatetxt(txtId);
}*/
// if (UpdAndDelePojo.status==)
/* while (true) {
Integer statu = null;
if (statu != 200) {
try {
Thread.sleep(10);
} catch (InterruptedException e) {
e.printStackTrace();
}
if (statu == 200) break;
}
*/
/* if (statu==200) break;{
}else{
try {
Thread.sleep(10);
} catch (InterruptedException e) {
e.printStackTrace();
}
continue;
}*/
//}
/* @Delete(“deltxt”)
public SysResult deleteTxt(Integer txtId){
updateAndDeleteServic.deletetxt(txtId);
return SysResult.success();
*/