接口返回数据增加对应的流程ID
This commit is contained in:
parent
8a7e06aed8
commit
b3db90d3bd
|
|
@ -18,7 +18,7 @@ import java.util.Map;
|
|||
* @version: 1.0
|
||||
*/
|
||||
public class RecruitDemandServiceImpl extends Service implements RecruitDemandService {
|
||||
// update workflow_config set value=value+',field6960_1' where name='support_html_textarea_field'
|
||||
// update workflow_config set value=value+',field9536_1' where name='support_html_textarea_field'
|
||||
@Override
|
||||
public Map<String, Object> getRecruitDemandList(Map<String, Object> params) {
|
||||
RecordSet rs = new RecordSet();
|
||||
|
|
|
|||
Loading…
Reference in New Issue