|
|
@ -1873,7 +1873,7 @@ public class CollectController extends Controller {
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@Before({POST.class, RepeatIntercetpor.class})
|
|
|
|
@Before({POST.class, RepeatIntercetpor.class})
|
|
|
|
@IsLoginInterface({})
|
|
|
|
@IsLoginInterface({})
|
|
|
|
@IsNumericInterface({"job_id", "self_or_next"})
|
|
|
|
@IsNumericInterface({"job_id"})
|
|
|
|
@EmptyInterface({"json"})
|
|
|
|
@EmptyInterface({"json"})
|
|
|
|
public void saveFormJob(int job_id, String json) {
|
|
|
|
public void saveFormJob(int job_id, String json) {
|
|
|
|
//操作人员
|
|
|
|
//操作人员
|
|
|
|