Commit cb94be98 by huangZW

111

parent d5d249dc
......@@ -99,6 +99,11 @@ public class ClerkController extends WebBaseController{
result = EntityUtil.changeEntityListByJSON(ClerkVo.class, clerkList);
}
}
for(ClerkVo vo:result){
if(StringUtils.isEmpty(vo.getNationCode())){
vo.setNationCode("86");
}
}
return resultResponse(HaoBanErrCode.ERR_1,result);
}
......
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