Commit ae37be46 authored by suhuiguang's avatar suhuiguang

1.单位详情增加可支持通过参数打开详情,参数修改:code->主键id

parent 2a533d49
......@@ -71,7 +71,8 @@
u.app_id,
u.unit_name,
u.region_code,
u.credit_code
u.credit_code,
u.sequence_nbr
FROM
tz_cylinder_unit u
where
......
......@@ -59,7 +59,7 @@ public class CompanyQuestionJob {
cylinderQuestionInfo.setHappenDate(new Date());
cylinderQuestionInfo.setRecDate(new Date());
cylinderQuestionInfo.setRegionCode(cylinderUnitDto.getRegionCode());
cylinderQuestionInfo.setQuestionObjectId(cylinderUnitDto.getCreditCode());
cylinderQuestionInfo.setQuestionObjectId(cylinderUnitDto.getSequenceNbr() + "");
cylinderQuestionInfo.setQuestionObjectName(cylinderUnitDto.getUnitName());
cylinderQuestionInfo.setQuestionAttributionId(cylinderUnitDto.getAppId());
cylinderQuestionInfo.setQuestionAttributionName(cylinderUnitDto.getUnitName());
......
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