main
黄海 2 years ago
parent 55286f7d68
commit 21ff3d4031

@ -1224,7 +1224,7 @@ public class CollectModel {
* @param bureau_id
*/
public Record getFormFillJob(int job_id, String bureau_id) {
String sql = "select form_fill_json from form_fill_json where bureau_id=? and job_id=?";
String sql = "select form_fill_json from t_collect_job_bureau where bureau_id=? and job_id=?";
return Db.findFirst(sql, bureau_id, job_id);
}

Loading…
Cancel
Save