|
|
@@ -18,6 +18,7 @@ import org.slf4j.LoggerFactory; |
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
import org.springframework.web.bind.annotation.*; |
|
|
import org.springframework.web.bind.annotation.*; |
|
|
|
|
|
|
|
|
|
|
|
import java.util.ArrayList; |
|
|
import java.util.Date; |
|
|
import java.util.Date; |
|
|
import java.util.Map; |
|
|
import java.util.Map; |
|
|
|
|
|
|
|
|
@@ -68,7 +69,8 @@ public class WxCUserBasicSignController extends BaseController { |
|
|
try { |
|
|
try { |
|
|
memberId = getMemberId(); |
|
|
memberId = getMemberId(); |
|
|
} catch (MallinkException me) { |
|
|
} catch (MallinkException me) { |
|
|
return new ResultData(ErrorCode.getByCode(me.getErrorCode())); |
|
|
|
|
|
|
|
|
return new ResultData(new ArrayList()); |
|
|
|
|
|
// return new ResultData(ErrorCode.getByCode(me.getErrorCode())); |
|
|
} |
|
|
} |
|
|
// wxCUserBasicSign.updateTenantInfo(getTenantInfo()); |
|
|
// wxCUserBasicSign.updateTenantInfo(getTenantInfo()); |
|
|
wxCUserBasicSign.setTenantId(getTenantInfo().getFinalTenantId()); |
|
|
wxCUserBasicSign.setTenantId(getTenantInfo().getFinalTenantId()); |
|
|
|