main
黄海 9 months ago
parent ba869abb64
commit 691c5b15b5

@ -153,7 +153,7 @@ public class TeacherModel {
//继续保存人员职务与分管工作
//1、清除此人的职务与分管工作
sql = Db.getSql("teacher.deleteDutuesAndChargeByPersonId");
Db.update(sql, operator, IpUtil.ipToLong(ip_address), person_id);
Db.update(sql, person_id);
String nowDutiesStr = "";

@ -85,6 +85,6 @@
--
#sql("deleteDutuesAndChargeByPersonId")
update t_person_duty_charge set b_use=0,operator=?,ip_address=? where person_id=?
delete from t_person_duty_charge where person_id=?
#end
#end
Loading…
Cancel
Save