Commit e23509f4 authored by 沈鑫's avatar 沈鑫

申请方式线上办件

parent 4330acb5
......@@ -181,8 +181,8 @@ public class SupplementTaskImpl implements ITaskExcuteService {
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
Date randomDate = DateByAffairUtils.getDayWorkingTimeByRandom(sdf.parse(supplementEntity.getApplyTime()), 9, 17);
informationQuery.setId(SnowFlakeUtil.get().nextId());
//默认为0:网络办件
informationQuery.setApplyType("0");
//默认为1:网络办件
informationQuery.setApplyType("1");
informationQuery.setAffairName(supplementEntity.getImplName() + DateUtils.getDateTimeStr(randomDate, null));
//申请人属性,1:法人 2:自然人
informationQuery.setApplicantAttributes(Integer.valueOf(supplementEntity.getApplicationType()));
......
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