|
@@ -134,6 +134,7 @@ public class AuthenticateController extends BaseController {
|
|
|
bc.setAttribute("uploadFileSize", GlobalData.UPLOAD_FILE_SIZE);
|
|
|
bc.setAttribute("uploadImageSize", GlobalData.UPLOAD_IMAGE_SIZE);
|
|
|
bc.setAttribute("btyyj", codeService.findOne(11200015l).getBz());
|
|
|
+ bc.setAttribute("thyj", codeService.findOne(11200016l).getBz());
|
|
|
} else {
|
|
|
bc.setAttribute("status", true);
|
|
|
// bc.setAttribute("user", user);
|
|
@@ -386,6 +387,7 @@ public class AuthenticateController extends BaseController {
|
|
|
bc.setAttribute("uploadFileSize", GlobalData.UPLOAD_FILE_SIZE);
|
|
|
bc.setAttribute("uploadImageSize", GlobalData.UPLOAD_IMAGE_SIZE);
|
|
|
bc.setAttribute("btyyj", codeService.findOne(11200015l).getBz());
|
|
|
+ bc.setAttribute("thyj", codeService.findOne(11200016l).getBz());
|
|
|
bc.setAttribute("version", GlobalData.APP_VERSION);
|
|
|
if (Constants.NO.equals(user.getSfjyr())) {
|
|
|
// 非经营人
|