31ccafca by yangjianbin

init

1 parent 128a6766
......@@ -36,7 +36,7 @@
</div>
<div class="form-group col-sm-3 col-md-2">
<label>现单位电话</label>
<input type="text" class="form-control input-text" value="<?=$clientUnitOutputVO ? $clientUnitOutputVO->unitPhone : ''?>">
<input type="text" class="form-control input-text" value="<?=$clientUnitOutputVO && isset($clientUnitOutputVO->unitPhone) ? $clientUnitOutputVO->unitPhone : ''?>">
</div>
</div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!