Commit 148c442d authored by KeYong's avatar KeYong

修改bug

parent 71854845
......@@ -497,6 +497,7 @@ public class FirefightersController extends BaseController {
DynamicFormInstance instance = dynamicFormInstanceMapper.selectOne(queryWrapper);
if (!ObjectUtils.isEmpty(instance)) {
instance.setFieldValue(firefighters.getFirefighters().getPeopleType());
instance.setFieldValueLabel("驻站消防员");
dynamicFormInstanceMapper.updateById(instance);
}
......
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