Commit df615be2 authored by 刘凡's avatar 刘凡

优化:移装变更登记bug

parent e7530c54
...@@ -30,7 +30,7 @@ public interface IJgChangeRegistrationTransferService extends IService<JgChangeR ...@@ -30,7 +30,7 @@ public interface IJgChangeRegistrationTransferService extends IService<JgChangeR
Page<Map<String, Object>> queryListForPage(Page<Map<String, Object>> page, JgChangeRegistrationTransferDto params); Page<Map<String, Object>> queryListForPage(Page<Map<String, Object>> page, JgChangeRegistrationTransferDto params);
void flowExecute(Long sequenceNbr, String instanceId, String operate, String comment, boolean update); void flowExecute(Long sequenceNbr, String instanceId, String operate, String comment);
void revocation(String instanceId); void revocation(String instanceId);
......
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