Commit 1c5359bc authored by lisong's avatar lisong

修改bug

parent 06686ef2
......@@ -132,6 +132,7 @@ public class JgUseRegistrationServiceImpl extends BaseService<JgUseRegistrationD
}
public void updateHistory(JSONObject map, String equipId, String currentDocumentId, String supervisoryCode) {
map.remove("submit");
JgRegistrationHistory jgRegistrationHistory = new JgRegistrationHistory();
LambdaQueryWrapper<JgRegistrationHistory> lambda = new QueryWrapper<JgRegistrationHistory>().lambda();
lambda.eq(JgRegistrationHistory::getEquId, equipId);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment