main
黄海 2 years ago
parent bf202fc759
commit c795cecfcd

@ -257,11 +257,6 @@ public class YpModel {
return pageRecord;
}
public void delBx(int task_id, int bx_id) {
String sql = "delete from t_yp_task_bx_limit where task_id=? and bx_id=?";
Db.update(sql, task_id, bx_id);
}
/**
*
*

Loading…
Cancel
Save