|
@@ -1143,7 +1143,7 @@ public class UserLogic {
|
|
|
}
|
|
|
//入驻师傅
|
|
|
if (type.equals(UserTypeEnum.WORKER.getKey())) {
|
|
|
- if (StringUtils.isAnyBlank(idCard, idCardImg)) {
|
|
|
+ if (StringUtils.isAnyBlank(idCard)) {
|
|
|
throw new RemoteServiceException("缺乏必填的参数");
|
|
|
}
|
|
|
if (StringUtils.isBlank(websitId)) {
|