trans.executeUpdate("update uf_bzjh set zbrs = ?,syrs = ? where id = ?",onJobFrom,restFrom,staffPlanFrom.getId());
trans.executeUpdate("update uf_bzjh set zbrs = ?,syrs = ? where id = ?",onJobTo,restTo,staffPlanTo.getId());
trans.executeUpdate("update uf_bzjh set zbrs = ?,syrs = ?,modedatamodifydatetime = ? where id = ?",onJobFrom,restFrom,currentTime,staffPlanFrom.getId());
trans.executeUpdate("update uf_bzjh set zbrs = ?,syrs = ?,modedatamodifydatetime = ? where id = ?",onJobTo,restTo,currentTime,staffPlanTo.getId());
trans.commit();
}catch(Exceptione){
@ -336,7 +338,8 @@ public class StaffDutyServiceImpl extends Service implements StaffDutyService {